Index: Source/web/PinchViewports.h |
diff --git a/Source/web/PinchViewports.h b/Source/web/PinchViewports.h |
index 35a41c43a78b36f08d99fa6d042fa897383d6311..0261057dee3ed4cd877b0bc7619272e0322a9cf8 100644 |
--- a/Source/web/PinchViewports.h |
+++ b/Source/web/PinchViewports.h |
@@ -70,6 +70,8 @@ public: |
virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) OVERRIDE; |
virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& inClip) OVERRIDE; |
+ virtual String debugName(const WebCore::GraphicsLayer*) OVERRIDE; |
+ |
private: |
explicit PinchViewports(WebViewImpl* owner); |