| 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 bc72f510c174d94f13213c57bcd6c3c912545543..1bc075cf6fe16efd33adee1a3039a2fe8c31bd5a 100644
|
| --- a/cc/trees/layer_tree_host_in_process.cc
|
| +++ b/cc/trees/layer_tree_host_in_process.cc
|
| @@ -892,8 +892,8 @@ const base::WeakPtr<InputHandler>& LayerTreeHostInProcess::GetInputHandler()
|
| }
|
|
|
| void LayerTreeHostInProcess::UpdateTopControlsState(
|
| - TopControlsState constraints,
|
| - TopControlsState current,
|
| + BrowserControlsState constraints,
|
| + BrowserControlsState current,
|
| bool animate) {
|
| // Top controls are only used in threaded or remote mode.
|
| DCHECK(IsThreaded() || IsRemoteServer());
|
|
|