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

Unified Diff: cc/trees/layer_tree_host_in_process.cc

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/layer_tree_host_in_process.cc
diff --git a/cc/trees/layer_tree_host_in_process.cc b/cc/trees/layer_tree_host_in_process.cc
index bc72f510c174d94f13213c57bcd6c3c912545543..1bc075cf6fe16efd33adee1a3039a2fe8c31bd5a 100644
--- a/cc/trees/layer_tree_host_in_process.cc
+++ b/cc/trees/layer_tree_host_in_process.cc
@@ -892,8 +892,8 @@ const base::WeakPtr<InputHandler>& LayerTreeHostInProcess::GetInputHandler()
}
void LayerTreeHostInProcess::UpdateTopControlsState(
- TopControlsState constraints,
- TopControlsState current,
+ BrowserControlsState constraints,
+ BrowserControlsState current,
bool animate) {
// Top controls are only used in threaded or remote mode.
DCHECK(IsThreaded() || IsRemoteServer());

Powered by Google App Engine
This is Rietveld 408576698