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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 23513012: Aura: fix full-screen Flash with delegated renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 0f72120e899a96e6d186eba36e63c768a5f5676c..9c7f2898c6792ba37c43ab7c8e9d52e195f01774 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -588,6 +588,10 @@ class RenderWidgetHostViewAura
// This holds the current software framebuffer.
scoped_refptr<MemoryHolder> framebuffer_holder_;
+ // With delegated renderer, this is the last output surface, used to
+ // disambiguate resources with the same id coming from different compositors.
danakj 2013/09/04 13:07:51 s/compositors/output surfaces/.
piman 2013/09/04 21:45:02 Done.
+ uint32 last_output_surface_id_;
+
// The damage in the previously presented buffer.
SkRegion previous_damage_;

Powered by Google App Engine
This is Rietveld 408576698