summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_common.h
diff options
context:
space:
mode:
authorweiliangc <weiliangc@chromium.org>2015-12-08 19:39:26 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-09 03:40:25 +0000
commitc154ce2efa59dbaecb3cb038adb247426f7c6988 (patch)
treeadc06272fccf970cb021180efa52e6f67c236236 /cc/trees/layer_tree_host_common.h
parentd2dc9a29ec062b23a18bca4f69d56901634b5545 (diff)
downloadchromium_src-c154ce2efa59dbaecb3cb038adb247426f7c6988.zip
chromium_src-c154ce2efa59dbaecb3cb038adb247426f7c6988.tar.gz
chromium_src-c154ce2efa59dbaecb3cb038adb247426f7c6988.tar.bz2
Create RenderSurface on Effect Tree
Move RenderSurface creation reason to effect tree. Update LayerImpl's API to include SetForceRenderSurface. Update unittests. R=enne BUG=557160 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/4374c2cc231a7e5b6ae65d0e0814b5dccf445200 Cr-Commit-Position: refs/heads/master@{#363544} Review URL: https://codereview.chromium.org/1491033002 Cr-Commit-Position: refs/heads/master@{#363967}
Diffstat (limited to 'cc/trees/layer_tree_host_common.h')
-rw-r--r--cc/trees/layer_tree_host_common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cc/trees/layer_tree_host_common.h b/cc/trees/layer_tree_host_common.h
index ea75068..9265932 100644
--- a/cc/trees/layer_tree_host_common.h
+++ b/cc/trees/layer_tree_host_common.h
@@ -115,14 +115,6 @@ 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);