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

Unified Diff: third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/svg/animation/SMILTimeContainer.cpp
diff --git a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
index b644b0cff08edcbadcf3f71bf68bd9d61ad43d19..89bb7ac57726d3769b428d614b097b9f7c501b64 100644
--- a/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
+++ b/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
@@ -25,6 +25,7 @@
#include "core/svg/animation/SMILTimeContainer.h"
+#include <algorithm>
#include "core/animation/AnimationClock.h"
#include "core/animation/DocumentTimeline.h"
#include "core/dom/ElementTraversal.h"
@@ -34,7 +35,6 @@
#include "core/svg/SVGSVGElement.h"
#include "core/svg/animation/SMILTime.h"
#include "core/svg/animation/SVGSMILElement.h"
-#include <algorithm>
namespace blink {
@@ -51,9 +51,7 @@ SMILTimeContainer::SMILTimeContainer(SVGSVGElement& owner)
m_wakeupTimer(this, &SMILTimeContainer::wakeupTimerFired),
m_animationPolicyOnceTimer(this,
&SMILTimeContainer::animationPolicyTimerFired),
- m_ownerSVGElement(&owner)
-{
-}
+ m_ownerSVGElement(&owner) {}
SMILTimeContainer::~SMILTimeContainer() {
cancelAnimationFrame();

Powered by Google App Engine
This is Rietveld 408576698