| Index: cc/trees/layer_tree_impl.h
|
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
|
| index aafaf2ac3977959080f33097fb51a995a35e1811..27aa6faa229c4c0e2c7f5600eb8731c8dfd45c3c 100644
|
| --- a/cc/trees/layer_tree_impl.h
|
| +++ b/cc/trees/layer_tree_impl.h
|
| @@ -109,6 +109,7 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| void FindRootScrollLayer();
|
| void UpdateMaxScrollOffset();
|
| + void ApplySentScrollAndScaleDeltas();
|
|
|
| SkColor background_color() const { return background_color_; }
|
| void set_background_color(SkColor color) { background_color_ = color; }
|
|
|