| Index: cc/top_controls_manager_client.h
|
| diff --git a/cc/top_controls_manager_client.h b/cc/top_controls_manager_client.h
|
| index f5a34f399f8727494248dbdac90e87934ca1b43e..eb216f5cf01e8c2690c7ccbe01bcb9891e1e6b56 100644
|
| --- a/cc/top_controls_manager_client.h
|
| +++ b/cc/top_controls_manager_client.h
|
| @@ -13,7 +13,8 @@ class CC_EXPORT TopControlsManagerClient {
|
| public:
|
| virtual void setNeedsRedraw() = 0;
|
| virtual void setNeedsUpdateDrawProperties() = 0;
|
| - virtual LayerTreeImpl* activeTree() = 0;
|
| + virtual bool haveRootScrollLayer() const = 0;
|
| + virtual float rootScrollLayerTotalScrollY() const = 0;
|
|
|
| protected:
|
| virtual ~TopControlsManagerClient() {}
|
|
|