| Index: cc/trees/layer_tree_host_common.h
|
| diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
|
| index f0378dff734795d2e34dbc169a4506ae0401e04c..2d50b0afcbe6d0317a8776ca111e192323339cca 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -126,6 +126,8 @@ class CC_EXPORT LayerTreeHostCommon {
|
| typedef CalcDrawPropsInputsForTesting<LayerImpl, LayerImplList>
|
| CalcDrawPropsImplInputsForTesting;
|
| static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
|
| + static void CalculateDrawProperties(
|
| + CalcDrawPropsImplInputsForTesting* inputs);
|
|
|
| template <typename LayerType>
|
| static bool RenderSurfaceContributesToTarget(LayerType*,
|
|
|