diff options
author | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 13:59:25 +0000 |
---|---|---|
committer | steveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-23 13:59:25 +0000 |
commit | f77f759fc8687f48a7951d36644ffa0ecb6e3ddc (patch) | |
tree | 3b4bf5d9704934b38464147cba56cf47e6e524f3 /cc/layers/layer.h | |
parent | 84d652db6d513061bc616539e2053d65c233ce04 (diff) | |
download | chromium_src-f77f759fc8687f48a7951d36644ffa0ecb6e3ddc.zip chromium_src-f77f759fc8687f48a7951d36644ffa0ecb6e3ddc.tar.gz chromium_src-f77f759fc8687f48a7951d36644ffa0ecb6e3ddc.tar.bz2 |
Remove superfluous WebLayerImpl::resumeAnimations()
This is no longer required, as WebLayer::resumeAnimations() was removed in
https://codereview.chromium.org/27589003,
BUG=248938, 243353, 62138, 61739
R=dstockwell
Review URL: https://codereview.chromium.org/31473002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/layers/layer.h')
-rw-r--r-- | cc/layers/layer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/layers/layer.h b/cc/layers/layer.h index 1328b07..274e82f 100644 --- a/cc/layers/layer.h +++ b/cc/layers/layer.h @@ -376,7 +376,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>, void RemoveAnimation(int animation_id); void SuspendAnimations(double monotonic_time); - void ResumeAnimations(double monotonic_time); bool AnimatedBoundsForBox(const gfx::BoxF& box, gfx::BoxF* bounds) { return layer_animation_controller_->AnimatedBoundsForBox(box, bounds); |