| Index: content/common/layer_tree_settings_factory.h
|
| diff --git a/content/common/layer_tree_settings_factory.h b/content/common/layer_tree_settings_factory.h
|
| index b97a10d92a49c4dad56f07b446cb4fd40cc4bac8..cc808f756727b42c5b284672d8e35a43dd55f041 100644
|
| --- a/content/common/layer_tree_settings_factory.h
|
| +++ b/content/common/layer_tree_settings_factory.h
|
| @@ -18,8 +18,8 @@ class CONTENT_EXPORT LayerTreeSettingsFactory {
|
| // TODO(xingliu): Refactor LayerTreeSettings generation logic.
|
| // crbug.com/577985
|
| public:
|
| - static void SetTopControlsSettings(cc::LayerTreeSettings& settings,
|
| - const base::CommandLine& command_line);
|
| + static void SetBrowserControlsSettings(cc::LayerTreeSettings& settings,
|
| + const base::CommandLine& command_line);
|
| };
|
|
|
| } // namespace content
|
|
|