Title: [106494] trunk/Source/WebCore
Revision
106494
Author
[email protected]
Date
2012-02-01 14:05:01 -0800 (Wed, 01 Feb 2012)

Log Message

Gcc build fix after r106482.

* platform/graphics/ca/GraphicsLayerCA.h:
(GraphicsLayerCA):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (106493 => 106494)


--- trunk/Source/WebCore/ChangeLog	2012-02-01 22:02:47 UTC (rev 106493)
+++ trunk/Source/WebCore/ChangeLog	2012-02-01 22:05:01 UTC (rev 106494)
@@ -1,3 +1,10 @@
+2012-02-01  Ryosuke Niwa  <[email protected]>
+
+        Gcc build fix after r106482.
+
+        * platform/graphics/ca/GraphicsLayerCA.h:
+        (GraphicsLayerCA):
+
 2012-02-01  Beth Dakin  <[email protected]>
 
         https://bugs.webkit.org/show_bug.cgi?id=77383

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


--- trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h	2012-02-01 22:02:47 UTC (rev 106493)
+++ trunk/Source/WebCore/platform/graphics/ca/GraphicsLayerCA.h	2012-02-01 22:05:01 UTC (rev 106494)
@@ -157,7 +157,7 @@
     virtual bool platformCALayerContentsOpaque() const { return contentsOpaque(); }
     virtual bool platformCALayerDrawsContent() const { return drawsContent(); }
     virtual void platformCALayerLayerDidDisplay(PlatformLayer* layer) { return layerDidDisplay(layer); }
-    virtual void platformCALayerDidCreateTiles() override;
+    virtual void platformCALayerDidCreateTiles() OVERRIDE;
 
     void updateOpacityOnLayer();
     
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to