Index: cc/layers/draw_properties.cc |
diff --git a/cc/layers/draw_properties.cc b/cc/layers/draw_properties.cc |
index 718295f082fe1f59dd0f2e7a6b1a8b3611e0a45c..27877a8dde1a51d85c90e7305ced23d3aeff5772 100644 |
--- a/cc/layers/draw_properties.cc |
+++ b/cc/layers/draw_properties.cc |
@@ -9,7 +9,6 @@ namespace cc { |
DrawProperties::DrawProperties() |
: opacity(0.f), |
screen_space_transform_is_animating(false), |
- can_use_lcd_text(false), |
is_clipped(false), |
maximum_animation_contents_scale(0.f), |
starting_animation_contents_scale(0.f) {} |