Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1130)

Unified Diff: cc/top_controls_manager_client.h

Issue 12025031: Find root scroll layer at tree activation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}

Powered by Google App Engine
This is Rietveld 408576698