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

Unified Diff: cc/resources/display_list_recording_source.cc

Issue 816443003: cc: Include pictures in trace output for DisplayItemLists (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
Index: cc/resources/display_list_recording_source.cc
diff --git a/cc/resources/display_list_recording_source.cc b/cc/resources/display_list_recording_source.cc
index ab4c64692cf42a4446dba4685649d0286d8fc36f..a3c3d477f222cb39a7bacad7f0b3c2b6b7d2a8e1 100644
--- a/cc/resources/display_list_recording_source.cc
+++ b/cc/resources/display_list_recording_source.cc
@@ -87,6 +87,7 @@ bool DisplayListRecordingSource::UpdateAndExpandInvalidation(
display_list_ = painter->PaintContentsToDisplayList(
recorded_viewport_, ContentLayerClient::GRAPHICS_CONTEXT_ENABLED);
}
+ display_list_->set_layer_rect(recorded_viewport_);
vmpstr 2015/01/08 21:44:34 Unlike picture pile, this is guaranteed to be the
ajuma 2015/01/08 22:20:58 Yes.
is_suitable_for_gpu_rasterization_ =
display_list_->IsSuitableForGpuRasterization();

Powered by Google App Engine
This is Rietveld 408576698