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

Unified Diff: cc/picture_pile_impl.h

Issue 12388095: cc: Merge GatherPixelRefs and AnalyzeInRect (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: junov's review Created 7 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 | « no previous file | cc/picture_pile_impl.cc » ('j') | cc/tile_manager.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_pile_impl.h
diff --git a/cc/picture_pile_impl.h b/cc/picture_pile_impl.h
index 8b023b468d2580be0a1df8acc7fd79711fd179d5..ae54a03b7840ed0cb9a0ddecd644ac855d124680 100644
--- a/cc/picture_pile_impl.h
+++ b/cc/picture_pile_impl.h
@@ -55,6 +55,8 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
bool is_transparent;
bool is_cheap_to_raster;
SkColor solid_color;
+
+ std::list<skia::LazyPixelRef*> lazy_pixel_refs;
Sami 2013/03/18 12:14:33 Maybe use a LazyPixelRefList typedef to make the c
};
void AnalyzeInRect(const gfx::Rect& content_rect,
« no previous file with comments | « no previous file | cc/picture_pile_impl.cc » ('j') | cc/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698