Index: cc/trees/layer_tree_host_common.cc |
diff --git a/cc/trees/layer_tree_host_common.cc b/cc/trees/layer_tree_host_common.cc |
index ffd16907d1b446d9a4e81d232ef2185f8d13b9ef..25efd17826e00f60dd31240cfe8b2e3329ba0934 100644 |
--- a/cc/trees/layer_tree_host_common.cc |
+++ b/cc/trees/layer_tree_host_common.cc |
@@ -2506,6 +2506,9 @@ void VerifyPropertyTreeValuesForLayer(LayerImpl* current_layer, |
current_layer, layers_always_allowed_lcd_text, can_use_lcd_text, |
property_trees) == current_layer->can_use_lcd_text(); |
CHECK(can_use_lcd_text_match); |
+ |
+ CHECK_EQ(current_layer->is_clipped(), |
+ current_layer->is_clipped_from_property_tree()); |
} |
void VerifyPropertyTreeValues( |