| Index: cc/trees/draw_property_utils.h
|
| diff --git a/cc/trees/draw_property_utils.h b/cc/trees/draw_property_utils.h
|
| index fcd31bf2a1a552d035648ef01fd9d01203e3473e..2ba7179deb9559811eccd4b26a942823b777eb92 100644
|
| --- a/cc/trees/draw_property_utils.h
|
| +++ b/cc/trees/draw_property_utils.h
|
| @@ -39,7 +39,7 @@ void CC_EXPORT ComputeClips(ClipTree* clip_tree,
|
| void CC_EXPORT ComputeTransforms(TransformTree* transform_tree);
|
|
|
| // Computes screen space opacity for every node in the opacity tree.
|
| -void CC_EXPORT ComputeEffects(EffectTree* effect_tree);
|
| +bool CC_EXPORT ComputeEffects(EffectTree* effect_tree);
|
|
|
| void CC_EXPORT BuildPropertyTreesAndComputeVisibleRects(
|
| LayerImpl* root_layer,
|
|
|