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

Unified Diff: cc/managed_tile_state.h

Issue 12642010: Implement on demand quad rasterization for PicturePiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: cc/managed_tile_state.h
diff --git a/cc/managed_tile_state.h b/cc/managed_tile_state.h
index 20e783e19638504e4b142e7921f56231ecc0d11f..2407b4dc1faddcfaf1adad47ac717a07fcf73e91 100644
--- a/cc/managed_tile_state.h
+++ b/cc/managed_tile_state.h
@@ -76,6 +76,10 @@ class CC_EXPORT ManagedTileState {
solid_color_ = color;
}
+ void set_picture_pile() {
+ mode_ = PICTURE_PILE_MODE;
+ }
+
Mode mode_;
SkColor solid_color_;

Powered by Google App Engine
This is Rietveld 408576698