summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl.h
diff options
context:
space:
mode:
authorweiliangc <weiliangc@chromium.org>2015-12-08 15:17:26 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-08 23:18:42 +0000
commiteffae046c6fc5de1a095966d89ebb495a4ad194e (patch)
tree92434b6d70fefe5b0c1429e667ff465d47c8f693 /cc/trees/layer_tree_host_impl.h
parent3f58d84c86e3c0596edd5c62bb2efd0b3cdcd6cc (diff)
downloadchromium_src-effae046c6fc5de1a095966d89ebb495a4ad194e.zip
chromium_src-effae046c6fc5de1a095966d89ebb495a4ad194e.tar.gz
chromium_src-effae046c6fc5de1a095966d89ebb495a4ad194e.tar.bz2
Revert of Create RenderSurface on Effect Tree (patchset #7 id:120001 of https://codereview.chromium.org/1491033002/ )
Reason for revert: crbug.com/567529. Top crash. Original issue's description: > 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} TBR=ajuma@chromium.org,enne@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=557160 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1505243003 Cr-Commit-Position: refs/heads/master@{#363815}
Diffstat (limited to 'cc/trees/layer_tree_host_impl.h')
-rw-r--r--cc/trees/layer_tree_host_impl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 188efaf..119e57e 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -254,7 +254,6 @@ class CC_EXPORT LayerTreeHostImpl
void TreeLayerTransformIsPotentiallyAnimatingChanged(int layer_id,
LayerTreeImpl* tree,
bool is_animating);
- bool AnimationsPreserveAxisAlignment(const LayerImpl* layer) const;
// LayerTreeMutatorsClient implementation.
bool IsLayerInTree(int layer_id, LayerTreeType tree_type) const override;