| 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 10c0a1acdf0aa7928d393f455da448ce8edb2806..1a32f3f97ff776fd793dcf21701aed052de8b681 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -117,12 +117,9 @@ class CC_EXPORT LayerTreeHostCommon {
|
| static int CalculateLayerJitter(LayerImpl* scrolling_layer);
|
| static void CalculateDrawPropertiesForTesting(
|
| CalcDrawPropsMainInputsForTesting* inputs);
|
| - static void PreCalculateMetaInformation(Layer* root_layer);
|
| - static void PreCalculateMetaInformationForTesting(LayerImpl* root_layer);
|
| - static void PreCalculateMetaInformationForTesting(Layer* root_layer);
|
|
|
| static void CalculateDrawProperties(CalcDrawPropsImplInputs* inputs);
|
| - static void CalculateDrawProperties(
|
| + static void CalculateDrawPropertiesForTesting(
|
| CalcDrawPropsImplInputsForTesting* inputs);
|
|
|
| template <typename Function>
|
|
|