Chromium Code Reviews| Index: cc/proxy.h |
| diff --git a/cc/proxy.h b/cc/proxy.h |
| index f84a3f3e2ccb0ee273a7f419252a23169318b9e5..4a63f91d722889f5dac335a1a9fb3bcca6293f69 100644 |
| --- a/cc/proxy.h |
| +++ b/cc/proxy.h |
| @@ -50,6 +50,8 @@ public: |
| virtual void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration) = 0; |
| + virtual void programmaticScroll(gfx::Vector2d targetOffset) = 0; |
| + |
| virtual void finishAllRendering() = 0; |
| virtual bool isStarted() const = 0; |