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

Unified Diff: cc/picture_layer_tiling_set.cc

Issue 12096112: [cc] Trace detailed tile info when --trace-all-rendered-frames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dont expose to extension yet Created 7 years, 10 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/picture_layer_tiling_set.h ('k') | cc/proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer_tiling_set.cc
diff --git a/cc/picture_layer_tiling_set.cc b/cc/picture_layer_tiling_set.cc
index d18145162e308df6eac6a34859e3180b8443d5f7..c8ce5f47f67f347ae3c526f401fe7cc3fee6cebc 100644
--- a/cc/picture_layer_tiling_set.cc
+++ b/cc/picture_layer_tiling_set.cc
@@ -266,7 +266,8 @@ void PictureLayerTilingSet::UpdateTilePriorities(
const gfx::Transform& last_screen_transform,
const gfx::Transform& current_screen_transform,
int current_source_frame_number,
- double current_frame_time) {
+ double current_frame_time,
+ bool store_screen_space_quads_on_tiles) {
gfx::RectF viewport_in_layer_space = gfx::ScaleRect(
viewport_in_content_space,
1.f / current_layer_contents_scale,
@@ -286,7 +287,8 @@ void PictureLayerTilingSet::UpdateTilePriorities(
last_screen_transform,
current_screen_transform,
current_source_frame_number,
- current_frame_time);
+ current_frame_time,
+ store_screen_space_quads_on_tiles);
}
}
« no previous file with comments | « cc/picture_layer_tiling_set.h ('k') | cc/proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698