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

Unified Diff: cc/resources/display_list_recording_source.cc

Issue 966443003: Raster into an SkP before rendering a DisplayList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Submit version Created 5 years, 9 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/resources/display_item_list.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8d2dc3ec9ee0c0e6a56c47407df708e9618a8313..367b23d73a11b5ab432e566dc837d2dda5c62910 100644
--- a/cc/resources/display_list_recording_source.cc
+++ b/cc/resources/display_list_recording_source.cc
@@ -112,6 +112,9 @@ bool DisplayListRecordingSource::UpdateAndExpandInvalidation(
DetermineIfSolidColor();
display_list_->EmitTraceSnapshot();
+
+ display_list_->CreateAndCacheSkPicture();
ajuma 2015/03/06 17:02:11 Should we repeat too this when repeating PaintCont
Stephen Chennney 2015/03/06 17:51:11 The loop above is only for debug rendering slowdow
+
return true;
}
« no previous file with comments | « cc/resources/display_item_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698