| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc (revision 194196)
|
| +++ ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc (working copy)
|
| @@ -642,6 +642,9 @@
|
| native_widget_delegate_->AsWidget()->GetInputMethod()->OnBlur();
|
| }
|
|
|
| +void DesktopRootWindowHostX11::AlwaysPaintActivated(bool value) {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopRootWindowHostX11, aura::RootWindowHost implementation:
|
|
|
|
|