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 7d90445023f4c83eddd68a4a18de20035f8222e8..e48741af98094a2f376e9c72b8a19fef6990f10c 100644 |
--- a/cc/trees/layer_tree_host_common.h |
+++ b/cc/trees/layer_tree_host_common.h |
@@ -121,6 +121,7 @@ class CC_EXPORT LayerTreeHostCommon { |
bool* animation_preserves_axis_alignment); |
static void CalculateDrawProperties(CalcDrawPropsMainInputs* inputs); |
static void PreCalculateMetaInformation(Layer* root_layer); |
+ static void PreCalculateMetaInformationForTesting(LayerImpl* root_layer); |
typedef CalcDrawPropsInputs<LayerImpl, LayerImplList> CalcDrawPropsImplInputs; |
typedef CalcDrawPropsInputsForTesting<LayerImpl, LayerImplList> |