Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(452)

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTimeline.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 12e01785ce9048387df41dbf029ac1e25eb6b006..52eeaf678d4a271c4f5cb833a10a85e856b145bb 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.cpp
@@ -65,9 +65,8 @@ AnimationTimeline* AnimationTimeline::create(Document* document,
AnimationTimeline::AnimationTimeline(Document* document, PlatformTiming* timing)
: m_document(document),
- m_zeroTime(
- 0) // 0 is used by unit tests which cannot initialize from the loader
- ,
+ // 0 is used by unit tests which cannot initialize from the loader
+ m_zeroTime(0),
m_zeroTimeInitialized(false),
m_outdatedAnimationCount(0),
m_playbackRate(1),
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h ('k') | third_party/WebKit/Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698