Index: views/widget/native_widget_win.h |
diff --git a/views/widget/native_widget_win.h b/views/widget/native_widget_win.h |
index c23426b252f7058b559240d7b79dcb492e2e9299..5c4cf59ae807271495c932eba68561a1885c7fd8 100644 |
--- a/views/widget/native_widget_win.h |
+++ b/views/widget/native_widget_win.h |
@@ -269,6 +269,7 @@ class VIEWS_EXPORT NativeWidgetWin : public ui::WindowImpl, |
virtual bool ConvertPointFromAncestor( |
const Widget* ancestor, gfx::Point* point) const OVERRIDE; |
virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE; |
+ virtual void SetInactiveRenderingDisabled(bool value) OVERRIDE; |
protected: |
// Information saved before going into fullscreen mode, used to restore the |