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

Unified Diff: cc/top_controls_manager.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.h
diff --git a/cc/top_controls_manager.h b/cc/top_controls_manager.h
index 5cfbf0205cfa91aea99ff52dcc39cd7a438a0c45..4ab423b46bab79d16dd482d9d767bbdb821c55a6 100644
--- a/cc/top_controls_manager.h
+++ b/cc/top_controls_manager.h
@@ -50,7 +50,6 @@ class CC_EXPORT TopControlsManager {
private:
gfx::Vector2dF ScrollInternal(const gfx::Vector2dF pending_delta);
void ResetAnimations();
- LayerImpl* RootScrollLayer();
float RootScrollLayerTotalScrollY();
void SetupAnimation(bool show_controls);
void StartAnimationIfNecessary();

Powered by Google App Engine
This is Rietveld 408576698