| Index: ui/views/widget/desktop_aura/desktop_root_window_host.h
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_root_window_host.h (revision 195576)
|
| +++ ui/views/widget/desktop_aura/desktop_root_window_host.h (working copy)
|
| @@ -113,6 +113,9 @@
|
| // blurred.
|
| virtual void OnNativeWidgetFocus() = 0;
|
| virtual void OnNativeWidgetBlur() = 0;
|
| +
|
| + // Paints the host window as activated depending on the bool passed in.
|
| + virtual void SetInactiveRenderingDisabled(bool disable_inactive) = 0;
|
| };
|
|
|
| } // namespace views
|
|
|