Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: views/widget/native_widget_private.h

Issue 8351042: Gets disable inactive frame rendering to work correctly for aura. This (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweaks Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: views/widget/native_widget_private.h
diff --git a/views/widget/native_widget_private.h b/views/widget/native_widget_private.h
index 3613ee2052b8d9f338e9f6266d7e86014956a2b6..d604941c8d68e8b6eafd1616bedd536e0fd945e9 100644
--- a/views/widget/native_widget_private.h
+++ b/views/widget/native_widget_private.h
@@ -206,6 +206,7 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget,
virtual bool ConvertPointFromAncestor(
const Widget* ancestor, gfx::Point* point) const = 0;
virtual gfx::Rect GetWorkAreaBoundsInScreen() const = 0;
+ virtual void SetInactiveRenderingDisabled(bool value) = 0;
// Overridden from NativeWidget:
virtual internal::NativeWidgetPrivate* AsNativeWidgetPrivate() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698