Chromium Code Reviews| Index: Source/core/animation/ActiveAnimations.h |
| diff --git a/Source/core/animation/ActiveAnimations.h b/Source/core/animation/ActiveAnimations.h |
| index 167b5c0a3879e038d7fde7865e24f6ac2c399e5d..598d087fb4d8cf7773678e7c4c3bfe80f3d98ffe 100644 |
| --- a/Source/core/animation/ActiveAnimations.h |
| +++ b/Source/core/animation/ActiveAnimations.h |
| @@ -98,6 +98,7 @@ private: |
| // CSSAnimations checks if a style change is due to animation. |
| friend class CSSAnimations; |
| + friend class DeferredLegacyStyleInterpolation; |
|
Timothy Loh
2015/01/20 05:29:32
unused?
shend
2015/01/20 23:13:03
Done.
|
| }; |
| } // namespace blink |