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

Unified Diff: cc/trees/proxy.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/trees/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index 53381d9dfe7b020629e5a54109bb3846bc26e7c0..2b14145ed0541d33b100982a40af105b7a3f356d 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -14,7 +14,7 @@
#include "base/time/time.h"
#include "base/values.h"
#include "cc/base/cc_export.h"
-#include "cc/input/top_controls_state.h"
+#include "cc/input/browser_controls_state.h"
#include "cc/scheduler/begin_frame_source.h"
#include "cc/trees/task_runner_provider.h"
@@ -73,8 +73,8 @@ class CC_EXPORT Proxy {
virtual bool SupportsImplScrolling() const = 0;
- virtual void UpdateTopControlsState(TopControlsState constraints,
- TopControlsState current,
+ virtual void UpdateTopControlsState(BrowserControlsState constraints,
vmpstr 2016/10/21 17:54:58 ditto
mdjones 2016/10/24 21:20:24 Done.
+ BrowserControlsState current,
bool animate) = 0;
// Testing hooks

Powered by Google App Engine
This is Rietveld 408576698