| Index: cc/input/scroll_state.h
|
| diff --git a/cc/input/scroll_state.h b/cc/input/scroll_state.h
|
| index 35a4f9751034ddb072bb7d4424dffd009b64fb58..3e6f92cf972e3b7bdd868d575187ef9464f68231 100644
|
| --- a/cc/input/scroll_state.h
|
| +++ b/cc/input/scroll_state.h
|
| @@ -93,6 +93,7 @@ class CC_EXPORT ScrollState {
|
| bool caused_scroll_x() const { return data_.caused_scroll_x; }
|
| bool caused_scroll_y() const { return data_.caused_scroll_y; }
|
|
|
| + LayerTreeImpl* layer_tree_impl() { return layer_tree_impl_; }
|
| ScrollStateData* data() { return &data_; }
|
|
|
| private:
|
|
|