| Index: cc/trees/draw_property_utils.h
|
| diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
|
| index ee1f507cbf9f6bfb83f68e0cfd0e57d242234fff..c8ae09c7c43ab8a1a453d9d092cfc8504e79d893 100644
|
| --- a/cc/trees/draw_property_utils.h
|
| +++ b/cc/trees/draw_property_utils.h
|
| @@ -67,9 +67,10 @@ void CC_EXPORT ComputeMaskDrawProperties(LayerImpl* mask_layer,
|
| void CC_EXPORT ComputeSurfaceDrawProperties(PropertyTrees* property_trees,
|
| RenderSurfaceImpl* render_surface);
|
|
|
| -bool CC_EXPORT LayerShouldBeSkipped(LayerImpl* layer,
|
| - const TransformTree& transform_tree,
|
| - const EffectTree& effect_tree);
|
| +bool CC_EXPORT LayerShouldBeSkippedForDrawPropertiesComputation(
|
| + LayerImpl* layer,
|
| + const TransformTree& transform_tree,
|
| + const EffectTree& effect_tree);
|
|
|
| bool CC_EXPORT LayerNeedsUpdate(Layer* layer,
|
| bool layer_is_drawn,
|
|
|