| 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..d948fe3d16a8c503b7adce7156a313f56ba86632 100644
|
| --- a/cc/trees/draw_property_utils.h
|
| +++ b/cc/trees/draw_property_utils.h
|
| @@ -98,6 +98,9 @@ bool CC_EXPORT LayerNeedsUpdate(LayerImpl* layer,
|
| bool layer_is_drawn,
|
| const TransformTree& tree);
|
|
|
| +void CC_EXPORT VerifyClipTreeCalculations(const LayerImplList& layer_list,
|
| + PropertyTrees* property_trees);
|
| +
|
| gfx::Transform CC_EXPORT DrawTransform(const LayerImpl* layer,
|
| const TransformTree& tree);
|
|
|
|
|