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

Unified Diff: cc/playback/display_list_raster_source.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_raster_source.h ('k') | cc/playback/display_list_raster_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/display_list_raster_source.cc
diff --git a/cc/playback/display_list_raster_source.cc b/cc/playback/display_list_raster_source.cc
index 7723abe2eff1bf3e21d3d4d7f6885af9abc3df55..85aaf127f60e087351e1cb47935c6114cb54a8fd 100644
--- a/cc/playback/display_list_raster_source.cc
+++ b/cc/playback/display_list_raster_source.cc
@@ -164,7 +164,7 @@ void DisplayListRasterSource::PerformSolidColorAnalysis(
void DisplayListRasterSource::GatherPixelRefs(
const gfx::Rect& content_rect,
float contents_scale,
- std::vector<SkPixelRef*>* pixel_refs) const {
+ std::vector<skia::PositionPixelRef>* pixel_refs) const {
DCHECK_EQ(0u, pixel_refs->size());
gfx::Rect layer_rect =
« no previous file with comments | « cc/playback/display_list_raster_source.h ('k') | cc/playback/display_list_raster_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698