Title: [126902] trunk/Source/WebCore
Revision
126902
Author
[email protected]
Date
2012-08-28 11:25:19 -0700 (Tue, 28 Aug 2012)

Log Message

Add header guards to WebTileCacheLayer.h.
https://bugs.webkit.org/show_bug.cgi?id=95171

Reviewed by Simon Hausmann.

Headers love include guards.

* platform/graphics/ca/mac/WebTileCacheLayer.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (126901 => 126902)


--- trunk/Source/WebCore/ChangeLog	2012-08-28 18:22:07 UTC (rev 126901)
+++ trunk/Source/WebCore/ChangeLog	2012-08-28 18:25:19 UTC (rev 126902)
@@ -1,3 +1,14 @@
+2012-08-28  Andy Estes  <[email protected]>
+
+        Add header guards to WebTileCacheLayer.h.
+        https://bugs.webkit.org/show_bug.cgi?id=95171
+
+        Reviewed by Simon Hausmann.
+
+        Headers love include guards.
+
+        * platform/graphics/ca/mac/WebTileCacheLayer.h:
+
 2012-08-28  Dana Jansens  <[email protected]>
 
         [chromium] Be robust to WebCore popping an empty GraphicsContext stack

Modified: trunk/Source/WebCore/platform/graphics/ca/mac/WebTileCacheLayer.h (126901 => 126902)


--- trunk/Source/WebCore/platform/graphics/ca/mac/WebTileCacheLayer.h	2012-08-28 18:22:07 UTC (rev 126901)
+++ trunk/Source/WebCore/platform/graphics/ca/mac/WebTileCacheLayer.h	2012-08-28 18:25:19 UTC (rev 126902)
@@ -22,6 +22,9 @@
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
  */
+ 
+#ifndef WebTileCacheLayer_h
+#define WebTileCacheLayer_h
 
 #import <QuartzCore/QuartzCore.h>
 #import <wtf/OwnPtr.h>
@@ -41,3 +44,5 @@
 - (void)invalidate;
 
 @end
+
+#endif // WebTileCacheLayer_h
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to