| 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 926593220b28f533e3d9f6a1b62dbb9ed3a407d1..ea750680b949a6779ef3cfec41246c4bff95da74 100644
|
| --- a/cc/trees/layer_tree_host_common.h
|
| +++ b/cc/trees/layer_tree_host_common.h
|
| @@ -115,6 +115,14 @@ class CC_EXPORT LayerTreeHostCommon {
|
| int current_render_surface_layer_list_id);
|
| };
|
|
|
| + static void UpdateRenderSurfaces(Layer* root_layer,
|
| + bool can_render_to_separate_surface,
|
| + const gfx::Transform& transform,
|
| + bool preserves_2d_axis_alignment);
|
| + static void UpdateRenderSurface(Layer* layer,
|
| + bool can_render_to_separate_surface,
|
| + gfx::Transform* transform,
|
| + bool* animation_preserves_axis_alignment);
|
| static void CalculateDrawProperties(CalcDrawPropsMainInputs* inputs);
|
| static void PreCalculateMetaInformation(Layer* root_layer);
|
| static void PreCalculateMetaInformationForTesting(LayerImpl* root_layer);
|
|
|