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

Unified Diff: cc/picture_pile_impl.h

Issue 11453014: Implement the logic to kick off image decoding jobs for TileManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing comments Created 8 years 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/picture_pile_impl.h
diff --git a/cc/picture_pile_impl.h b/cc/picture_pile_impl.h
index 5e9d65d4026cd8f28680e834016df798e61be0a3..1ffa2c252bcba97415c144d851e3d25a36b2f9a1 100644
--- a/cc/picture_pile_impl.h
+++ b/cc/picture_pile_impl.h
@@ -38,6 +38,8 @@ public:
float contents_scale,
RenderingStats* stats);
+ void GatherPixelRefs(const gfx::Rect&, std::list<skia::LazyPixelRef*>&);
+
private:
friend class PicturePile;

Powered by Google App Engine
This is Rietveld 408576698