Index: cc/playback/display_item_list.h |
diff --git a/cc/playback/display_item_list.h b/cc/playback/display_item_list.h |
index 49aa454c8d483c242d58ff9b98f743bae5f555f7..25fadc2acb50d7df96730137dc4d19a04a2dcae9 100644 |
--- a/cc/playback/display_item_list.h |
+++ b/cc/playback/display_item_list.h |
@@ -100,11 +100,11 @@ |
scoped_ptr<SkPictureRecorder> recorder_; |
skia::RefPtr<SkCanvas> canvas_; |
- const bool use_cached_picture_; |
+ bool use_cached_picture_; |
bool retain_individual_display_items_; |
gfx::Rect layer_rect_; |
- bool is_suitable_for_gpu_rasterization_; |
+ bool all_items_are_suitable_for_gpu_rasterization_; |
int approximate_op_count_; |
// Memory usage due to the cached SkPicture. |