| Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc (revision 195576)
|
| +++ ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc (working copy)
|
| @@ -666,6 +666,10 @@
|
| native_widget_delegate_->AsWidget()->GetInputMethod()->OnBlur();
|
| }
|
|
|
| +void DesktopRootWindowHostX11::SetInactiveRenderingDisabled(
|
| + bool disable_inactive) {
|
| +}
|
| +
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // DesktopRootWindowHostX11, aura::RootWindowHost implementation:
|
|
|
|
|