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

Unified Diff: chrome/browser/renderer_host/render_widget_host.h

Issue 4030005: Mac: Fix flicker on gpu->nongpu transitions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 10 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
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_widget_host.h
diff --git a/chrome/browser/renderer_host/render_widget_host.h b/chrome/browser/renderer_host/render_widget_host.h
index 6c3fed77e826c57fb931e4ced91a766a16e89c01..0c5c4dd7bb3ea4b6f75469e8768917cae93694ad 100644
--- a/chrome/browser/renderer_host/render_widget_host.h
+++ b/chrome/browser/renderer_host/render_widget_host.h
@@ -584,6 +584,12 @@ class RenderWidgetHost : public IPC::Channel::Listener,
// True when a page is rendered directly via the GPU process.
bool is_gpu_rendering_active_;
+#if defined(OS_MACOSX)
+ // True after gpu rendering has been deactivated but the non-gpu backing
+ // store has not been repainted yet.
+ bool needs_to_hide_gpu_view_on_paint_;
+#endif
+
// Set if we are waiting for a repaint ack for the view.
bool repaint_ack_pending_;
« no previous file with comments | « no previous file | chrome/browser/renderer_host/render_widget_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698