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

Unified Diff: cc/layers/append_quads_data.h

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/input/input_handler.h ('k') | cc/layers/delegated_renderer_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/append_quads_data.h
diff --git a/cc/layers/append_quads_data.h b/cc/layers/append_quads_data.h
index ffe0dd9ba74831334ab87b393e84e67015d362a0..103e1cddcc9da7a81c7d6e813c112fa3b29e6ef7 100644
--- a/cc/layers/append_quads_data.h
+++ b/cc/layers/append_quads_data.h
@@ -15,15 +15,7 @@ struct AppendQuadsData {
: num_incomplete_tiles(0),
num_missing_tiles(0),
visible_content_area(0),
- approximated_visible_content_area(0),
- render_pass_id(0, 0) {}
-
- explicit AppendQuadsData(RenderPassId render_pass_id)
- : num_incomplete_tiles(0),
- num_missing_tiles(0),
- visible_content_area(0),
- approximated_visible_content_area(0),
- render_pass_id(render_pass_id) {}
+ approximated_visible_content_area(0) {}
// Set by the layer appending quads.
int64 num_incomplete_tiles;
@@ -33,8 +25,6 @@ struct AppendQuadsData {
int64 visible_content_area;
// Set by the layer appending quads.
int64 approximated_visible_content_area;
- // Given to the layer appending quads.
- const RenderPassId render_pass_id;
};
} // namespace cc
« no previous file with comments | « cc/input/input_handler.h ('k') | cc/layers/delegated_renderer_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698