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

Unified Diff: cc/input/browser_controls_offset_manager_client.h

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: Created 4 years, 2 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/input/browser_controls_offset_manager_client.h
diff --git a/cc/input/top_controls_manager_client.h b/cc/input/browser_controls_offset_manager_client.h
similarity index 59%
rename from cc/input/top_controls_manager_client.h
rename to cc/input/browser_controls_offset_manager_client.h
index ee0ca0e3d1af94815772ae3b502c68561dd1f4c7..2b2d75e3827f5725dd374832b71287b35894c284 100644
--- a/cc/input/top_controls_manager_client.h
+++ b/cc/input/browser_controls_offset_manager_client.h
@@ -1,15 +1,15 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_INPUT_TOP_CONTROLS_MANAGER_CLIENT_H_
-#define CC_INPUT_TOP_CONTROLS_MANAGER_CLIENT_H_
+#ifndef CC_INPUT_BROWSER_CONTROLS_OFFSET_MANAGER_CLIENT_H_
+#define CC_INPUT_BROWSER_CONTROLS_OFFSET_MANAGER_CLIENT_H_
namespace cc {
class LayerTreeImpl;
-class CC_EXPORT TopControlsManagerClient {
+class CC_EXPORT BrowserControlsOffsetManagerClient {
vmpstr 2016/10/21 17:54:58 The functions in here should all remain the same,
mdjones 2016/10/24 21:20:24 Right, top and bottom controls can still be explic
public:
virtual float TopControlsHeight() const = 0;
virtual float BottomControlsHeight() const = 0;
@@ -19,9 +19,9 @@ class CC_EXPORT TopControlsManagerClient {
virtual bool HaveRootScrollLayer() const = 0;
protected:
- virtual ~TopControlsManagerClient() {}
+ virtual ~BrowserControlsOffsetManagerClient() {}
};
} // namespace cc
-#endif // CC_INPUT_TOP_CONTROLS_MANAGER_CLIENT_H_
+#endif // CC_INPUT_BROWSER_CONTROLS_OFFSET_MANAGER_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698