Index: third_party/WebKit/Source/core/animation/Animation.h |
diff --git a/third_party/WebKit/Source/core/animation/Animation.h b/third_party/WebKit/Source/core/animation/Animation.h |
index 5cfc0539cd8776127dc3f4aa619f55bb4bff24d9..910e900d2671b3e4581a8dd6a82114611b23316e 100644 |
--- a/third_party/WebKit/Source/core/animation/Animation.h |
+++ b/third_party/WebKit/Source/core/animation/Animation.h |
@@ -208,8 +208,8 @@ private: |
void destroyCompositorPlayer(); |
void attachCompositorTimeline(); |
void detachCompositorTimeline(); |
- void attachCompositedLayers(); |
- void detachCompositedLayers(); |
+ void attachCompositorPlayerToElement(); |
+ void detachCompositorPlayerFromElement(); |
// CompositorAnimationDelegate implementation. |
void notifyAnimationStarted(double monotonicTime, int group) override; |
void notifyAnimationFinished(double monotonicTime, int group) override { } |