| Index: third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| index f5036c0551b350fee1d867517c9b5fecf42235e6..daca9ea531a7d4d422752beb39c47667731e906b 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
|
| @@ -52,7 +52,7 @@ bool CompareAnimations(const Member<Animation>& left,
|
| const Member<Animation>& right) {
|
| return Animation::HasLowerPriority(left.Get(), right.Get());
|
| }
|
| -}
|
| +} // namespace
|
|
|
| // This value represents 1 frame at 30Hz plus a little bit of wiggle room.
|
| // TODO: Plumb a nominal framerate through and derive this value from that.
|
|
|