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

Unified Diff: third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm

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/platform/mac/ScrollAnimatorMac.mm
diff --git a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
index fb85117669c0c83b63f3094769198c7aee40ef2c..ffd4c0a8a40b13b5e43775e689bb15180dc8fbed 100644
--- a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
+++ b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
@@ -278,7 +278,8 @@ enum FeatureToAnimate {
TrackAlpha,
UIStateTransition,
ExpansionTransition
-};
+}
+;
@class BlinkScrollbarPartAnimation;
@@ -656,7 +657,8 @@ class BlinkScrollbarPartAnimationTimer {
NSScrollerStateInvisible = 0,
NSScrollerStateKnob = 1,
NSScrollerStateExpanded = 2
- };
+ }
+ ;
// We do not receive notifications about the thumb un-expanding when the
// scrollbar fades away. Ensure
// that we re-paint the thumb the next time that we transition away from being
@@ -1023,8 +1025,9 @@ void ScrollAnimatorMac::updateScrollerStyle() {
void ScrollAnimatorMac::startScrollbarPaintTimer() {
m_initialScrollbarPaintTaskHandle = m_taskRunner->postCancellableTask(
- BLINK_FROM_HERE, WTF::bind(&ScrollAnimatorMac::initialScrollbarPaintTask,
- wrapWeakPersistent(this)));
+ BLINK_FROM_HERE,
+ WTF::bind(&ScrollAnimatorMac::initialScrollbarPaintTask,
+ wrapWeakPersistent(this)));
}
bool ScrollAnimatorMac::scrollbarPaintTimerIsActive() const {

Powered by Google App Engine
This is Rietveld 408576698