Index: cc/resources/managed_tile_state.h |
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h |
index 3452da75afaf10fe3d7b43ce3670245e42c67fb0..f222c907c28a33535725088c1f00356cfed058c5 100644 |
--- a/cc/resources/managed_tile_state.h |
+++ b/cc/resources/managed_tile_state.h |
@@ -76,6 +76,10 @@ class CC_EXPORT ManagedTileState { |
solid_color_ = color; |
} |
+ void set_rasterize_on_demand() { |
+ mode_ = PICTURE_PILE_MODE; |
+ } |
+ |
Mode mode_; |
SkColor solid_color_; |