Title: [146229] trunk/Source/Platform
Revision
146229
Author
[email protected]
Date
2013-03-19 11:47:25 -0700 (Tue, 19 Mar 2013)

Log Message

[chromium] Remove deprecated/unused bits of WebLayerTreeView
https://bugs.webkit.org/show_bug.cgi?id=112714

Patch by James Robinson <[email protected]> on 2013-03-19
Reviewed by Adam Barth.

* chromium/public/WebLayerTreeView.h:
(WebLayerTreeView):

Modified Paths

Diff

Modified: trunk/Source/Platform/ChangeLog (146228 => 146229)


--- trunk/Source/Platform/ChangeLog	2013-03-19 18:45:23 UTC (rev 146228)
+++ trunk/Source/Platform/ChangeLog	2013-03-19 18:47:25 UTC (rev 146229)
@@ -1,3 +1,13 @@
+2013-03-19  James Robinson  <[email protected]>
+
+        [chromium] Remove deprecated/unused bits of WebLayerTreeView
+        https://bugs.webkit.org/show_bug.cgi?id=112714
+
+        Reviewed by Adam Barth.
+
+        * chromium/public/WebLayerTreeView.h:
+        (WebLayerTreeView):
+
 2013-03-18  James Robinson  <[email protected]>
 
         [chromium] Remove unused type WebTransformationMatrix

Modified: trunk/Source/Platform/chromium/public/WebLayerTreeView.h (146228 => 146229)


--- trunk/Source/Platform/chromium/public/WebLayerTreeView.h	2013-03-19 18:45:23 UTC (rev 146228)
+++ trunk/Source/Platform/chromium/public/WebLayerTreeView.h	2013-03-19 18:47:25 UTC (rev 146229)
@@ -66,9 +66,6 @@
     // mode).
     virtual WebSize deviceViewportSize() const = 0;
 
-    // FIXME: remove this after WebKit roll
-    virtual WebFloatPoint adjustEventPointForPinchZoom(const WebFloatPoint& p) const { return p; }
-
     virtual void setDeviceScaleFactor(float) = 0;
     virtual float deviceScaleFactor() const = 0;
 
@@ -124,12 +121,9 @@
     // been added to the tree.
     virtual void registerForAnimations(WebLayer* layer) { }
 
+
     // Debugging / dangerous ---------------------------------------------
 
-    // Fills in a WebRenderingStats struct containing information about the state of the compositor.
-    // This call is relatively expensive in threaded mode as it blocks on the compositor thread.
-    virtual void renderingStats(WebRenderingStats&) const = 0;
-
     // Toggles the FPS counter in the HUD layer
     virtual void setShowFPSCounter(bool) { }
 
@@ -141,12 +135,6 @@
 
     // Toggles continuous painting
     virtual void setContinuousPaintingEnabled(bool) { }
-
-    // FIXME: Remove this.
-    virtual void loseCompositorContext(int numTimes) { }
-
-    // DEPRECATED.
-    struct Settings { };
 };
 
 } // namespace WebKit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to