Title: [116492] trunk/Source/WebKit2
Revision
116492
Author
[email protected]
Date
2012-05-08 21:20:50 -0700 (Tue, 08 May 2012)

Log Message

Unreviewed build fix.

* WebProcess/WebPage/ca/win/LayerTreeHostCAWin.h:
(LayerTreeHostCAWin):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (116491 => 116492)


--- trunk/Source/WebKit2/ChangeLog	2012-05-09 04:10:05 UTC (rev 116491)
+++ trunk/Source/WebKit2/ChangeLog	2012-05-09 04:20:50 UTC (rev 116492)
@@ -1,3 +1,10 @@
+2012-05-08  Jon Lee  <[email protected]>
+
+        Unreviewed build fix.
+
+        * WebProcess/WebPage/ca/win/LayerTreeHostCAWin.h:
+        (LayerTreeHostCAWin):
+
 2012-05-08  Anders Carlsson  <[email protected]>
 
         DrawingAreaProxyImpl doesn't work with window server hosting

Modified: trunk/Source/WebKit2/WebProcess/WebPage/ca/win/LayerTreeHostCAWin.h (116491 => 116492)


--- trunk/Source/WebKit2/WebProcess/WebPage/ca/win/LayerTreeHostCAWin.h	2012-05-09 04:10:05 UTC (rev 116491)
+++ trunk/Source/WebKit2/WebProcess/WebPage/ca/win/LayerTreeHostCAWin.h	2012-05-09 04:20:50 UTC (rev 116492)
@@ -64,7 +64,7 @@
     virtual void scheduleChildWindowGeometryUpdate(const WindowGeometry&);
 
     // LayerTreeHostCA
-    virtual void platformInitialize(LayerTreeContext&);
+    virtual void platformInitialize();
     virtual void setRootCompositingLayer(WebCore::GraphicsLayer*);
 
     // AbstractCACFLayerTreeHost
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to