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

Unified Diff: cc/top_controls_manager.h

Issue 11967021: Remove top controls layer from cc/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove invalid TODO 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
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/top_controls_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/top_controls_manager.h
diff --git a/cc/top_controls_manager.h b/cc/top_controls_manager.h
index 37d1670f572ae2b68da03a51975eff433d7e3f58..5cfbf0205cfa91aea99ff52dcc39cd7a438a0c45 100644
--- a/cc/top_controls_manager.h
+++ b/cc/top_controls_manager.h
@@ -28,7 +28,6 @@ class CC_EXPORT TopControlsManager {
float top_controls_height);
virtual ~TopControlsManager();
- void set_content_layer_id(int id) { content_layer_id_ = id; }
float controls_top_offset() { return controls_top_offset_; }
float content_top_offset() { return content_top_offset_; }
float is_overlay_mode() { return is_overlay_mode_; }
@@ -60,7 +59,6 @@ class CC_EXPORT TopControlsManager {
// this.
scoped_ptr<KeyframedFloatAnimationCurve> top_controls_animation_;
- int content_layer_id_;
bool is_showing_animation_;
bool is_overlay_mode_;
float controls_top_offset_;
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/top_controls_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698