summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer.h
diff options
context:
space:
mode:
authorsteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 13:59:25 +0000
committersteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-23 13:59:25 +0000
commitf77f759fc8687f48a7951d36644ffa0ecb6e3ddc (patch)
tree3b4bf5d9704934b38464147cba56cf47e6e524f3 /cc/layers/layer.h
parent84d652db6d513061bc616539e2053d65c233ce04 (diff)
downloadchromium_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.h1
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);