Index: Source/web/PinchViewports.h |
diff --git a/Source/web/PinchViewports.h b/Source/web/PinchViewports.h |
index 5d3f8a982d37789ef3bbaf32a5885083680041a8..3206af6b65e4e4b44fc38550095c42a2e1d3d540 100644 |
--- a/Source/web/PinchViewports.h |
+++ b/Source/web/PinchViewports.h |
@@ -67,7 +67,7 @@ public: |
void clearViewportLayersForTreeView(WebLayerTreeView*) const; |
// GraphicsLayerClient implementation. |
- virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double wallClockTime, double monotonicTime) OVERRIDE; |
+ virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double monotonicTime) OVERRIDE; |
virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& inClip) OVERRIDE; |
virtual String debugName(const WebCore::GraphicsLayer*) OVERRIDE; |