| Index: Source/core/animation/ActiveAnimations.h
|
| diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h
|
| index 02b52ab6f6bcd1a5c64bf8d64fde1716db64f843..39639da8be8c26d6002aa26c6724d1945754affa 100644
|
| --- a/Source/core/animation/ActiveAnimations.h
|
| +++ b/Source/core/animation/ActiveAnimations.h
|
| @@ -96,8 +96,9 @@ private:
|
| Vector<Animation*> m_animations;
|
| #endif
|
|
|
| - // CSSAnimations checks if a style change is due to animation.
|
| + // CSSAnimations and DeferredLegacyStyleInterpolation checks if a style change is due to animation.
|
| friend class CSSAnimations;
|
| + friend class DeferredLegacyStyleInterpolation;
|
| };
|
|
|
| } // namespace blink
|
|
|