| Index: third_party/WebKit/Source/core/animation/KeyframeEffect.h
 | 
| diff --git a/third_party/WebKit/Source/core/animation/KeyframeEffect.h b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
 | 
| index 968c9ab2c0e00ceba49dfac1acafb5fe26c1a9c6..74cba68d4681b3f2cc0a25aafe569e47a92b6bff 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/KeyframeEffect.h
 | 
| +++ b/third_party/WebKit/Source/core/animation/KeyframeEffect.h
 | 
| @@ -84,8 +84,8 @@ public:
 | 
|      void cancelIncompatibleAnimationsOnCompositor();
 | 
|      void pauseAnimationForTestingOnCompositor(double pauseTime);
 | 
|  
 | 
| -    bool canAttachCompositedLayers() const;
 | 
| -    void attachCompositedLayers();
 | 
| +    bool canAttachCompositorPlayerToElement() const;
 | 
| +    void attachCompositorPlayerToElement();
 | 
|  
 | 
|      void setCompositorAnimationIdsForTesting(const Vector<int>& compositorAnimationIds) { m_compositorAnimationIds = compositorAnimationIds; }
 | 
|  
 | 
| 
 |