Index: third_party/WebKit/Source/core/animation/KeyframeEffect.cpp |
diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp b/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp |
index eb90cf50026449e67aa170908ad9183e495383ca..532f338c69b1799f1a3b1d7ece3059a7e85106ef 100644 |
--- a/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp |
+++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.cpp |
@@ -354,14 +354,6 @@ void KeyframeEffect::pauseAnimationForTestingOnCompositor(double pauseTime) |
CompositorAnimations::instance()->pauseAnimationForTestingOnCompositor(*m_target, *animation(), compositorAnimationId, pauseTime); |
} |
-bool KeyframeEffect::canAttachCompositedLayers() const |
-{ |
- if (!m_target || !animation()) |
- return false; |
- |
- return CompositorAnimations::instance()->canAttachCompositedLayers(*m_target, *animation()); |
-} |
- |
void KeyframeEffect::attachCompositedLayers() |
{ |
ASSERT(m_target); |