Title: [99465] trunk/Source/WebKit2
Revision
99465
Author
[email protected]
Date
2011-11-07 13:01:45 -0800 (Mon, 07 Nov 2011)

Log Message

Follow-up build fix.

* WebProcess/WebPage/DrawingAreaImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (99464 => 99465)


--- trunk/Source/WebKit2/ChangeLog	2011-11-07 21:01:14 UTC (rev 99464)
+++ trunk/Source/WebKit2/ChangeLog	2011-11-07 21:01:45 UTC (rev 99465)
@@ -1,5 +1,11 @@
 2011-11-07  Anders Carlsson  <[email protected]>
 
+        Follow-up build fix.
+
+        * WebProcess/WebPage/DrawingAreaImpl.h:
+
+2011-11-07  Anders Carlsson  <[email protected]>
+
         Remove unused DrawingArea::syncCompositingLayers
         https://bugs.webkit.org/show_bug.cgi?id=71717
 

Modified: trunk/Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.h (99464 => 99465)


--- trunk/Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.h	2011-11-07 21:01:14 UTC (rev 99464)
+++ trunk/Source/WebKit2/WebProcess/WebPage/DrawingAreaImpl.h	2011-11-07 21:01:45 UTC (rev 99465)
@@ -67,7 +67,6 @@
 
     virtual void setRootCompositingLayer(WebCore::GraphicsLayer*);
     virtual void scheduleCompositingLayerSync();
-    virtual void syncCompositingLayers();
 
 #if PLATFORM(WIN)
     virtual void scheduleChildWindowGeometryUpdate(const WindowGeometry&);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to