| Index: cc/input/top_controls_manager_client.h
|
| diff --git a/cc/input/top_controls_manager_client.h b/cc/input/top_controls_manager_client.h
|
| index 5fed3bf787e47e127d89ad5cf8f351106a0697f4..53b5978f097e4291241e786e7308f5bf2b25cbbd 100644
|
| --- a/cc/input/top_controls_manager_client.h
|
| +++ b/cc/input/top_controls_manager_client.h
|
| @@ -11,6 +11,8 @@ class LayerTreeImpl;
|
|
|
| class CC_EXPORT TopControlsManagerClient {
|
| public:
|
| + virtual void SetControlsTopOffset(float offset) = 0;
|
| + virtual float ControlsTopOffset() const = 0;
|
| virtual void DidChangeTopControlsPosition() = 0;
|
| virtual bool HaveRootScrollLayer() const = 0;
|
|
|
|
|