| Index: third_party/WebKit/Source/core/animation/DocumentAnimations.h
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimations.h b/third_party/WebKit/Source/core/animation/DocumentAnimations.h
|
| index 51f4528bd697a2a2d3de116d37d3f41ec8d87a4f..d689d04238a30235dc4707f14a77169f2fa274ce 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentAnimations.h
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentAnimations.h
|
| @@ -44,7 +44,8 @@ class DocumentAnimations {
|
| static bool needsAnimationTimingUpdate(const Document&);
|
| static void updateAnimationTimingIfNeeded(Document&);
|
|
|
| - // Updates existing animations as part of generating a new (document lifecycle) frame.
|
| + // Updates existing animations as part of generating a new (document
|
| + // lifecycle) frame.
|
| static void updateAnimations(Document&);
|
|
|
| private:
|
|
|