| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index ff7e956152db74293979dc724e5405147bb4dd15..90da41a1c6c06baecb241ac99e3d6bc4cdc63820 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;
|
| }
|
|
|