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