Title: [165236] trunk/Source/WebKit2
Revision
165236
Author
[email protected]
Date
2014-03-06 18:06:25 -0800 (Thu, 06 Mar 2014)

Log Message

Remove one more setCustomFixedPositionRect() that I missed.

* UIProcess/DrawingAreaProxy.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (165235 => 165236)


--- trunk/Source/WebKit2/ChangeLog	2014-03-07 02:01:39 UTC (rev 165235)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-07 02:06:25 UTC (rev 165236)
@@ -1,5 +1,11 @@
 2014-03-06  Simon Fraser  <[email protected]>
 
+        Remove one more setCustomFixedPositionRect() that I missed.
+
+        * UIProcess/DrawingAreaProxy.h:
+
+2014-03-06  Simon Fraser  <[email protected]>
+
         Send the fixed position rect to the WebProcess along with the other rects
         https://bugs.webkit.org/show_bug.cgi?id=129856
 

Modified: trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.h (165235 => 165236)


--- trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.h	2014-03-07 02:01:39 UTC (rev 165235)
+++ trunk/Source/WebKit2/UIProcess/DrawingAreaProxy.h	2014-03-07 02:06:25 UTC (rev 165236)
@@ -79,8 +79,6 @@
 #endif
 #if PLATFORM(COCOA)
     void exposedRectChangedTimerFired();
-    
-    void setCustomFixedPositionRect(const WebCore::FloatRect&);
 #endif
 
     virtual void updateDebugIndicator() { }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to