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

Unified Diff: cc/playback/picture.cc

Issue 1279843004: cc: Plumb more details about pixel refs to tile manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/playback/display_list_recording_source_unittest.cc ('k') | cc/playback/picture_pile_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/picture.cc
diff --git a/cc/playback/picture.cc b/cc/playback/picture.cc
index 8ce9c66ff8f89db44bf7967e50e911532382579a..9d21333a2ed10db9be8af0bc2555ff30291353d8 100644
--- a/cc/playback/picture.cc
+++ b/cc/playback/picture.cc
@@ -234,7 +234,7 @@ void Picture::GatherPixelRefs() {
if (!WillPlayBackBitmaps())
return;
- pixel_refs_.GatherPixelRefsFromPicture(picture_.get());
+ pixel_refs_.GatherPixelRefsFromPicture(picture_.get(), layer_rect_);
}
int Picture::Raster(SkCanvas* canvas,
« no previous file with comments | « cc/playback/display_list_recording_source_unittest.cc ('k') | cc/playback/picture_pile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698