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

Unified Diff: cc/blimp/layer_tree_host_remote.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/blimp/layer_tree_host_remote.h ('k') | cc/input/browser_controls_offset_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blimp/layer_tree_host_remote.cc
diff --git a/cc/blimp/layer_tree_host_remote.cc b/cc/blimp/layer_tree_host_remote.cc
index df457b79f99dc27c4ca39271efa4a06c7ebc65c3..c0ce13a9280368eefcf8bea856cfeb06e9a430d5 100644
--- a/cc/blimp/layer_tree_host_remote.cc
+++ b/cc/blimp/layer_tree_host_remote.cc
@@ -215,10 +215,11 @@ void LayerTreeHostRemote::NotifyInputThrottledUntilCommit() {
NOTIMPLEMENTED();
}
-void LayerTreeHostRemote::UpdateTopControlsState(TopControlsState constraints,
- TopControlsState current,
- bool animate) {
- NOTREACHED() << "Using TopControls animations is not supported";
+void LayerTreeHostRemote::UpdateBrowserControlsState(
+ BrowserControlsState constraints,
+ BrowserControlsState current,
+ bool animate) {
+ NOTREACHED() << "Using BrowserControls animations is not supported";
}
const base::WeakPtr<InputHandler>& LayerTreeHostRemote::GetInputHandler()
« no previous file with comments | « cc/blimp/layer_tree_host_remote.h ('k') | cc/input/browser_controls_offset_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698