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() |