| Index: cc/layer_tree_impl.h
|
| diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h
|
| index 8c7fd9d60ef3d92e399fe7aeefb08a6e76bbbd8d..c098509e2018c92968877519bcf81721ffd9eeb1 100644
|
| --- a/cc/layer_tree_impl.h
|
| +++ b/cc/layer_tree_impl.h
|
| @@ -102,6 +102,7 @@ class CC_EXPORT LayerTreeImpl {
|
|
|
| void FindRootScrollLayer();
|
| void UpdateMaxScrollOffset();
|
| + void UpdateFixedPositionViewport();
|
|
|
| SkColor background_color() const { return background_color_; }
|
| void set_background_color(SkColor color) { background_color_ = color; }
|
|
|