Index: cc/single_thread_proxy.h |
diff --git a/cc/single_thread_proxy.h b/cc/single_thread_proxy.h |
index 35a7c50c1d2711e32b7377f3efe4f59559fbfe55..760ee39c669db751972863acf1b7a0c5f61619c3 100644 |
--- a/cc/single_thread_proxy.h |
+++ b/cc/single_thread_proxy.h |
@@ -24,6 +24,7 @@ public: |
// Proxy implementation |
virtual bool compositeAndReadback(void *pixels, const gfx::Rect&) OVERRIDE; |
virtual void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration) OVERRIDE; |
+ virtual void programmaticScroll(gfx::Vector2d targetOffset) OVERRIDE; |
virtual void finishAllRendering() OVERRIDE; |
virtual bool isStarted() const OVERRIDE; |
virtual bool initializeOutputSurface() OVERRIDE; |