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

Unified Diff: content/renderer/render_widget.h

Issue 272683003: Make compositing mode sticky when RenderView is reused in LayoutTests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sticky: rebase Created 6 years, 7 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
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index cfeb1e8fc7d48805fd8b96f99f1a6492b4095f6e..58d0f1b8b357eb5a6e683a91c2996707eec02756 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -657,11 +657,6 @@ class CONTENT_EXPORT RenderWidget
// compositor.
bool is_accelerated_compositing_active_;
- // Set to true if compositing has ever been active for this widget. Once a
- // widget has used compositing, it will act as though force compositing mode
- // is on for the remainder of the widget's lifetime.
- bool was_accelerated_compositing_ever_active_;
-
base::OneShotTimer<RenderWidget> animation_timer_;
bool animation_update_pending_;
bool invalidation_task_posted_;
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698