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

Unified Diff: cc/trees/channel_main.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/channel_main.h
diff --git a/cc/trees/channel_main.h b/cc/trees/channel_main.h
index 538d4c8678d7063de0f5ddd824c2fd1145c44486..90d845215be53a5cd546314777d5a8dbbc143483 100644
--- a/cc/trees/channel_main.h
+++ b/cc/trees/channel_main.h
@@ -7,7 +7,7 @@
#include "cc/base/cc_export.h"
#include "cc/base/completion_event.h"
-#include "cc/input/top_controls_state.h"
+#include "cc/input/browser_controls_state.h"
#include "cc/output/compositor_frame_sink.h"
#include "cc/scheduler/begin_frame_source.h"
#include "cc/scheduler/commit_earlyout_reason.h"
@@ -32,8 +32,8 @@ class CC_EXPORT ChannelMain {
virtual ~ChannelMain() {}
// Interface for commands sent to ProxyImpl
- virtual void UpdateTopControlsStateOnImpl(TopControlsState constraints,
- TopControlsState current,
+ virtual void UpdateTopControlsStateOnImpl(BrowserControlsState constraints,
+ BrowserControlsState current,
bool animate) = 0;
virtual void InitializeCompositorFrameSinkOnImpl(
CompositorFrameSink* compositor_frame_sink) = 0;

Powered by Google App Engine
This is Rietveld 408576698