Index: cc/resources/picture_pile.h |
diff --git a/cc/resources/picture_pile.h b/cc/resources/picture_pile.h |
index 767a6c2282279dcef137b8d9f4a9ed86fa1e47df..1f41d018d927f6d9d4fdf8a1b345c8549a5401cb 100644 |
--- a/cc/resources/picture_pile.h |
+++ b/cc/resources/picture_pile.h |
@@ -28,7 +28,6 @@ |
SkColor background_color, |
bool contents_opaque, |
bool contents_fill_bounds_completely, |
- bool can_use_lcd_text, |
const gfx::Size& layer_size, |
const gfx::Rect& visible_layer_rect, |
int frame_number, |
@@ -102,7 +101,6 @@ |
int slow_down_raster_scale_factor_for_debug_; |
bool contents_opaque_; |
bool contents_fill_bounds_completely_; |
- bool can_use_lcd_text_; |
bool clear_canvas_with_debug_color_; |
// A hint about whether there are any recordings. This may be a false |
// positive. |