Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 611bb7c6f8aedec8563e42337fd9290e337ab492..0895acf75b1a6eb88d56d8c09ce4d895ef36ada6 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -330,6 +330,8 @@ class CC_EXPORT LayerImpl : LayerAnimationValueObserver { |
void SetScrollable(bool scrollable) { scrollable_ = scrollable; } |
bool scrollable() const { return scrollable_; } |
+ void ApplySentScrollDeltas(); |
+ |
void SetShouldScrollOnMainThread(bool should_scroll_on_main_thread) { |
should_scroll_on_main_thread_ = should_scroll_on_main_thread; |
} |