Title: [133603] trunk/Source/WebKit2
Revision
133603
Author
[email protected]
Date
2012-11-06 07:16:12 -0800 (Tue, 06 Nov 2012)

Log Message

Coordinated Graphics: Remove two methods' virtual modifiers in CoordinatedGraphicsLayer.
https://bugs.webkit.org/show_bug.cgi?id=101141

Patch by Huang Dongsung <[email protected]> on 2012-11-06
Reviewed by Noam Rosenthal.

The methods exist for only CoordinatedGraphicsLayer and we have no plan to
extend CoordinatedGraphicsLayer.

* WebProcess/WebPage/CoordinatedGraphics/CoordinatedGraphicsLayer.h:
(CoordinatedGraphicsLayer):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (133602 => 133603)


--- trunk/Source/WebKit2/ChangeLog	2012-11-06 15:14:50 UTC (rev 133602)
+++ trunk/Source/WebKit2/ChangeLog	2012-11-06 15:16:12 UTC (rev 133603)
@@ -1,3 +1,16 @@
+2012-11-06  Huang Dongsung  <[email protected]>
+
+        Coordinated Graphics: Remove two methods' virtual modifiers in CoordinatedGraphicsLayer.
+        https://bugs.webkit.org/show_bug.cgi?id=101141
+
+        Reviewed by Noam Rosenthal.
+
+        The methods exist for only CoordinatedGraphicsLayer and we have no plan to
+        extend CoordinatedGraphicsLayer.
+
+        * WebProcess/WebPage/CoordinatedGraphics/CoordinatedGraphicsLayer.h:
+        (CoordinatedGraphicsLayer):
+
 2012-11-06  Balazs Kelemen  <[email protected]>
 
         [CoordinatedGraphics] Access to LayerTreeRenderer::m_renderQueue should be thread safe

Modified: trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedGraphicsLayer.h (133602 => 133603)


--- trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedGraphicsLayer.h	2012-11-06 15:14:50 UTC (rev 133602)
+++ trunk/Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/CoordinatedGraphicsLayer.h	2012-11-06 15:16:12 UTC (rev 133603)
@@ -122,8 +122,8 @@
     virtual void pauseAnimation(const String&, double) OVERRIDE;
     virtual void removeAnimation(const String&) OVERRIDE;
     
-    virtual void setContentsScale(float);
-    virtual void setVisibleContentRectTrajectoryVector(const FloatPoint&);
+    void setContentsScale(float);
+    void setVisibleContentRectTrajectoryVector(const FloatPoint&);
 
     void setRootLayer(bool);
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to