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 030d07a8adc1852aec32c692f37d7823b9d5245e..a7bbe98fa60320572af5f5bfd8e4d91a571bfc44 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*, |