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

Unified Diff: content/browser/compositor/delegated_frame_host.h

Issue 432093003: Enqueuing new frames in a Surface should cause Displays to reaggregate it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/compositor/delegated_frame_host.h
diff --git a/content/browser/compositor/delegated_frame_host.h b/content/browser/compositor/delegated_frame_host.h
index 493b2b2c75eba24a38971f99df6dce179313fbbe..9066666f0d54705aabc72b6a9373433d6643e1c3 100644
--- a/content/browser/compositor/delegated_frame_host.h
+++ b/content/browser/compositor/delegated_frame_host.h
@@ -272,6 +272,9 @@ class CONTENT_EXPORT DelegatedFrameHost
gfx::Size current_surface_size_;
cc::ReturnedResourceArray surface_returned_resources_;
+ std::vector<cc::SurfaceId> surfaces_to_destroy_after_commit_;
+ std::vector<cc::SurfaceId> surfaces_to_destroy_after_swap_;
+
// This lock is the one waiting for a frame of the right size to come back
// from the renderer/GPU process. It is set from the moment the aura window
// got resized, to the moment we committed the renderer frame of the same

Powered by Google App Engine
This is Rietveld 408576698