| Index: third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/ElementAnimations.h b/third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| index 2fc53486a35544c1c9986f6b111cd6fa5645135f..a137366371aa02068db2b2aff706569151b4c52a 100644
|
| --- a/third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/ElementAnimations.h
|
| @@ -91,9 +91,8 @@ private:
|
| bool m_animationStyleChange;
|
| RefPtr<ComputedStyle> m_baseComputedStyle;
|
|
|
| - // CSSAnimations and DeferredLegacyStyleInterpolation checks if a style change is due to animation.
|
| + // CSSAnimations checks if a style change is due to animation.
|
| friend class CSSAnimations;
|
| - friend class DeferredLegacyStyleInterpolation;
|
| };
|
|
|
| } // namespace blink
|
|
|