Chromium Code Reviews| 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..5aff7cf2a34155a624209fe62be1bc58705a8f9a 100644 |
| --- a/cc/top_controls_manager_client.h |
| +++ b/cc/top_controls_manager_client.h |
| @@ -13,7 +13,7 @@ class CC_EXPORT TopControlsManagerClient { |
| public: |
| virtual void setNeedsRedraw() = 0; |
| virtual void setNeedsUpdateDrawProperties() = 0; |
| - virtual LayerTreeImpl* activeTree() = 0; |
| + virtual LayerImpl* rootScrollLayer() const = 0; |
|
jamesr
2013/01/18 21:45:19
hmmmm - this const-ness isn't ideal. will see if I
enne (OOO)
2013/01/18 21:47:29
Did you not like the idea of just exposing the scr
|
| protected: |
| virtual ~TopControlsManagerClient() {} |