| 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 01e83bdfd937ddbc36d044a71f85a2436f73eda4..9bfbc8c253d7010ca182a81d98f10a41b7a4211c 100644
|
| --- a/third_party/WebKit/Source/core/animation/Animation.h
|
| +++ b/third_party/WebKit/Source/core/animation/Animation.h
|
| @@ -167,7 +167,8 @@ class CORE_EXPORT Animation final : public EventTargetWithInlineData,
|
|
|
| bool affects(const Element&, CSSPropertyID) const;
|
|
|
| - // Returns whether we should continue with the commit for this animation or wait until next commit.
|
| + // Returns whether we should continue with the commit for this animation or
|
| + // wait until next commit.
|
| bool preCommit(int compositorGroup, bool startOnCompositor);
|
| void postCommit(double timelineTime);
|
|
|
|
|