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

Unified Diff: cc/trees/proxy_impl.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_impl.h
diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h
index a5d835c15e5386d194dd8461abd575981aaa1aa1..dcf30fe0c42b4852388d98fc14ab6b7b4a3706f9 100644
--- a/cc/trees/proxy_impl.h
+++ b/cc/trees/proxy_impl.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "cc/base/completion_event.h"
#include "cc/base/delayed_unique_notifier.h"
-#include "cc/input/top_controls_state.h"
+#include "cc/input/browser_controls_state.h"
#include "cc/scheduler/scheduler.h"
#include "cc/trees/channel_impl.h"
#include "cc/trees/layer_tree_host_impl.h"
@@ -30,8 +30,8 @@ class CC_EXPORT ProxyImpl : public NON_EXPORTED_BASE(LayerTreeHostImplClient),
~ProxyImpl() override;
// Virtual for testing.
- void UpdateTopControlsStateOnImpl(TopControlsState constraints,
- TopControlsState current,
+ void UpdateTopControlsStateOnImpl(BrowserControlsState constraints,
vmpstr 2016/10/21 17:54:58 dittoOnImpl
mdjones 2016/10/24 21:20:24 Done.
+ BrowserControlsState current,
bool animate);
void InitializeCompositorFrameSinkOnImpl(
CompositorFrameSink* compositor_frame_sink);

Powered by Google App Engine
This is Rietveld 408576698