Index: views/widget/native_widget_gtk.h |
diff --git a/views/widget/native_widget_gtk.h b/views/widget/native_widget_gtk.h |
index 75389308563b686e5bd483f4cb03c46ee2723175..80db70e17ffb716380c5743482d60c0c3497bd9d 100644 |
--- a/views/widget/native_widget_gtk.h |
+++ b/views/widget/native_widget_gtk.h |
@@ -224,6 +224,7 @@ class VIEWS_EXPORT NativeWidgetGtk : public internal::NativeWidgetPrivate, |
virtual bool ConvertPointFromAncestor( |
const Widget* ancestor, gfx::Point* point) const OVERRIDE; |
virtual gfx::Rect GetWorkAreaBoundsInScreen() const OVERRIDE; |
+ virtual void SetInactiveRenderingDisabled(bool value) OVERRIDE; |
protected: |
// Modifies event coordinates to the targeted widget contained by this widget. |