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

Unified Diff: cc/playback/picture_pile_impl.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/picture_pile_impl.h ('k') | cc/playback/picture_pile_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/playback/picture_pile_impl.cc
diff --git a/cc/playback/picture_pile_impl.cc b/cc/playback/picture_pile_impl.cc
index cce71d3d82937065e1fd68a4360d5bd05ca80ca9..ffeac7520368c23df8ffb605fe4c83212c79904b 100644
--- a/cc/playback/picture_pile_impl.cc
+++ b/cc/playback/picture_pile_impl.cc
@@ -301,7 +301,7 @@ void PicturePileImpl::PerformSolidColorAnalysis(
void PicturePileImpl::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());
for (PixelRefIterator iter(content_rect, contents_scale, this); iter;
++iter) {
« no previous file with comments | « cc/playback/picture_pile_impl.h ('k') | cc/playback/picture_pile_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698