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

Unified Diff: cc/trees/layer_tree_host_in_process.cc

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test 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
« no previous file with comments | « cc/trees/layer_tree_host_in_process.h ('k') | cc/trees/layer_tree_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 138f16bdd7aa2a67b95a4e7550f6c82bd080db44..f9bb30851180593a16cf486a6e9c90b25e6167e8 100644
--- a/cc/trees/layer_tree_host_in_process.cc
+++ b/cc/trees/layer_tree_host_in_process.cc
@@ -887,13 +887,13 @@ const base::WeakPtr<InputHandler>& LayerTreeHostInProcess::GetInputHandler()
return input_handler_weak_ptr_;
}
-void LayerTreeHostInProcess::UpdateTopControlsState(
- TopControlsState constraints,
- TopControlsState current,
+void LayerTreeHostInProcess::UpdateBrowserControlsState(
+ BrowserControlsState constraints,
+ BrowserControlsState current,
bool animate) {
- // Top controls are only used in threaded or remote mode.
+ // Browser controls are only used in threaded or remote mode.
DCHECK(IsThreaded() || IsRemoteServer());
- proxy_->UpdateTopControlsState(constraints, current, animate);
+ proxy_->UpdateBrowserControlsState(constraints, current, animate);
}
void LayerTreeHostInProcess::AnimateLayers(base::TimeTicks monotonic_time) {
« no previous file with comments | « cc/trees/layer_tree_host_in_process.h ('k') | cc/trees/layer_tree_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698