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

Unified Diff: cc/blimp/layer_tree_host_remote.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/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..f634b7b9df672359e42de638251951bb2f5cdd03 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::UpdateTopControlsState(
+ BrowserControlsState constraints,
+ BrowserControlsState current,
+ bool animate) {
+ NOTREACHED() << "Using BrowserControls animations is not supported";
}
const base::WeakPtr<InputHandler>& LayerTreeHostRemote::GetInputHandler()

Powered by Google App Engine
This is Rietveld 408576698