| Index: cc/trees/effect_node.cc
|
| diff --git a/cc/trees/effect_node.cc b/cc/trees/effect_node.cc
|
| index 142cb08db41673dac73739d4cd864a7bf7cbc171..6c5dde1971349d6ea789fd7d5f834ef385a298ba 100644
|
| --- a/cc/trees/effect_node.cc
|
| +++ b/cc/trees/effect_node.cc
|
| @@ -46,7 +46,6 @@ bool EffectNode::operator==(const EffectNode& other) const {
|
| filters_origin == other.filters_origin &&
|
| blend_mode == other.blend_mode &&
|
| surface_contents_scale == other.surface_contents_scale &&
|
| - unscaled_mask_target_size == other.unscaled_mask_target_size &&
|
| hidden_by_backface_visibility == other.hidden_by_backface_visibility &&
|
| double_sided == other.double_sided && is_drawn == other.is_drawn &&
|
| subtree_hidden == other.subtree_hidden &&
|
|
|