| Index: cc/layers/draw_properties.h
|
| diff --git a/cc/layers/draw_properties.h b/cc/layers/draw_properties.h
|
| index 071c853b2b9290390df2b853865137724b39581e..9dee31b45b88fac16cf379ac6558703bf2134baa 100644
|
| --- a/cc/layers/draw_properties.h
|
| +++ b/cc/layers/draw_properties.h
|
| @@ -42,9 +42,6 @@ struct CC_EXPORT DrawProperties {
|
| // to draw.
|
| bool screen_space_transform_is_animating;
|
|
|
| - // True if the layer can use LCD text.
|
| - bool can_use_lcd_text;
|
| -
|
| // True if the layer needs to be clipped by clip_rect.
|
| bool is_clipped;
|
|
|
|
|