Index: cc/layer_tree_host_impl.h |
diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h |
index 5c8ab15c569571290cefeb322c730e620712b9a0..dae123c93b6505fc7251b4c6571e97c1b9b49ffd 100644 |
--- a/cc/layer_tree_host_impl.h |
+++ b/cc/layer_tree_host_impl.h |
@@ -198,6 +198,8 @@ public: |
void startPageScaleAnimation(gfx::Vector2d targetOffset, bool useAnchor, float scale, base::TimeDelta duration); |
+ void programmaticScroll(gfx::Vector2d targetOffset); |
+ |
bool needsAnimateLayers() const { return !m_animationRegistrar->active_animation_controllers().empty(); } |
bool needsUpdateDrawProperties() const { return m_needsUpdateDrawProperties; } |