Title: [137801] trunk/Source/WebCore
Revision
137801
Author
[email protected]
Date
2012-12-15 11:40:17 -0800 (Sat, 15 Dec 2012)

Log Message

Fix build.

* platform/graphics/ca/GraphicsLayerCA.h:
Remove an unused member variable.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (137800 => 137801)


--- trunk/Source/WebCore/ChangeLog	2012-12-15 19:37:49 UTC (rev 137800)
+++ trunk/Source/WebCore/ChangeLog	2012-12-15 19:40:17 UTC (rev 137801)
@@ -1,3 +1,10 @@
+2012-12-15  Anders Carlsson  <[email protected]>
+
+        Fix build.
+
+        * platform/graphics/ca/GraphicsLayerCA.h:
+        Remove an unused member variable.
+
 2012-12-15  Simon Fraser  <[email protected]>
 
         REGRESSION (r137006): TileCache flashes to linen, rather than the background color, when scrolling fast

Modified: trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h (137800 => 137801)


--- trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h	2012-12-15 19:37:49 UTC (rev 137800)
+++ trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h	2012-12-15 19:40:17 UTC (rev 137801)
@@ -416,7 +416,6 @@
     };
     
     ContentsLayerPurpose m_contentsLayerPurpose;
-    bool m_contentsLayerHasBackgroundColor : 1;
     bool m_allowTiledLayer : 1;
     bool m_isPageTileCacheLayer : 1;
     
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to