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

Unified Diff: cc/surfaces/surface_aggregator.cc

Issue 2870823002: Remove useless dest_resource_list_ (Closed)
Patch Set: Created 3 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 | « cc/surfaces/surface_aggregator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/surface_aggregator.cc
diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc
index 93530ff6f21fa6d4937c630d5d97f9d3634fe911..f0e73f8a06a835fdb22d2368cad0415218225dd2 100644
--- a/cc/surfaces/surface_aggregator.cc
+++ b/cc/surfaces/surface_aggregator.cc
@@ -851,7 +851,6 @@ CompositorFrame SurfaceAggregator::Aggregate(const SurfaceId& surface_id) {
CompositorFrame frame;
- dest_resource_list_ = &frame.resource_list;
dest_pass_list_ = &frame.render_pass_list;
valid_surfaces_.clear();
« no previous file with comments | « cc/surfaces/surface_aggregator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698