| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| index 26925b672ff14657c27e70c651a01e2a888ff7c4..ad6fdbfcb0a20c22fd325f2788e88eba88f3ce10 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| @@ -143,7 +143,7 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
|
|
|
| virtual void FlashFrame(bool flash_frame) = 0;
|
|
|
| - virtual void OnRootViewLayout() const = 0;
|
| + virtual void OnRootViewLayout() = 0;
|
|
|
| // Called when the DesktopNativeWidgetAura's aura::Window is focused and
|
| // blurred.
|
|
|