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

Unified Diff: third_party/WebKit/Source/web/LinkHighlightImpl.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/web/LinkHighlightImpl.cpp
diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.cpp b/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
index b3c31f54f71bc30274e09a73dabd22e6534e5913..8760bee4ccf390b399a314e08c3092c8638fdd73 100644
--- a/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
+++ b/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
@@ -314,8 +314,9 @@ void LinkHighlightImpl::startHighlightAnimationIfNeeded() {
// Make sure we have displayed for at least minPreFadeDuration before starting
// to fade out.
float extraDurationRequired = std::max(
- 0.f, minPreFadeDuration -
- static_cast<float>(monotonicallyIncreasingTime() - m_startTime));
+ 0.f,
+ minPreFadeDuration -
+ static_cast<float>(monotonicallyIncreasingTime() - m_startTime));
if (extraDurationRequired)
curve->addKeyframe(CompositorFloatKeyframe(extraDurationRequired,
startOpacity, timingFunction));
« no previous file with comments | « third_party/WebKit/Source/web/InspectorOverlay.cpp ('k') | third_party/WebKit/Source/web/SpeechRecognitionClientProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698