Title: [172580] trunk/Source/WebCore
Revision
172580
Author
[email protected]
Date
2014-08-14 02:35:00 -0700 (Thu, 14 Aug 2014)

Log Message

ImageBufferDataCairo.h is missing header guards
https://bugs.webkit.org/show_bug.cgi?id=135933

Reviewed by Philippe Normand.

* platform/graphics/cairo/ImageBufferDataCairo.h:
Add the missing head guards to avoid problems when re-inclusion occurs.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (172579 => 172580)


--- trunk/Source/WebCore/ChangeLog	2014-08-14 09:33:58 UTC (rev 172579)
+++ trunk/Source/WebCore/ChangeLog	2014-08-14 09:35:00 UTC (rev 172580)
@@ -1,3 +1,13 @@
+2014-08-14  Zan Dobersek  <[email protected]>
+
+        ImageBufferDataCairo.h is missing header guards
+        https://bugs.webkit.org/show_bug.cgi?id=135933
+
+        Reviewed by Philippe Normand.
+
+        * platform/graphics/cairo/ImageBufferDataCairo.h:
+        Add the missing head guards to avoid problems when re-inclusion occurs.
+
 2014-08-13  Wenson Hsieh  <[email protected]>
 
         Enable CSS_SCROLL_SNAP for iOS

Modified: trunk/Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h (172579 => 172580)


--- trunk/Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h	2014-08-14 09:33:58 UTC (rev 172579)
+++ trunk/Source/WebCore/platform/graphics/cairo/ImageBufferDataCairo.h	2014-08-14 09:35:00 UTC (rev 172580)
@@ -23,6 +23,9 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifndef ImageBufferDataCairo_h
+#define ImageBufferDataCairo_h
+
 #include "PlatformContextCairo.h"
 #include "RefPtrCairo.h"
 
@@ -54,3 +57,5 @@
 };
 
 } // namespace WebCore
+
+#endif // ImageBufferDataCairo_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to