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

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

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) 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/animation/Animation.cpp
diff --git a/third_party/WebKit/Source/core/animation/Animation.cpp b/third_party/WebKit/Source/core/animation/Animation.cpp
index b015454e6f5eca7d982d953f19983cd8d66b120e..9e10938d44cae6964f8a6db58e4bf00ac5071282 100644
--- a/third_party/WebKit/Source/core/animation/Animation.cpp
+++ b/third_party/WebKit/Source/core/animation/Animation.cpp
@@ -261,9 +261,9 @@ bool Animation::preCommit(int compositorGroup, bool startOnCompositor) {
bool softChange =
m_compositorState &&
(paused() || m_compositorState->playbackRate != m_playbackRate);
- bool hardChange =
- m_compositorState && (m_compositorState->effectChanged ||
- m_compositorState->startTime != m_startTime);
+ bool hardChange = m_compositorState &&
+ (m_compositorState->effectChanged ||
+ m_compositorState->startTime != m_startTime);
// FIXME: softChange && !hardChange should generate a Pause/ThenStart,
// not a Cancel, but we can't communicate these to the compositor yet.

Powered by Google App Engine
This is Rietveld 408576698