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

Unified Diff: third_party/WebKit/public/web/mac/WebScrollbarTheme.h

Issue 2386163002: reflow comments in public/web/mac (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/mac/WebScrollbarTheme.h
diff --git a/third_party/WebKit/public/web/mac/WebScrollbarTheme.h b/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
index 08d64d8f36949db26ce9f792569f8ddc7f6630c8..9aa8ab1cf8e1ba54a4e52054e6ebb597343c243f 100644
--- a/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
+++ b/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
@@ -42,9 +42,12 @@ enum ScrollerStyle { ScrollerStyleLegacy = 0, ScrollerStyleOverlay = 1 };
class WebScrollbarTheme {
public:
// Updates the scrollbar appearance and behavior.
- // |initialButtonDelay| is the current value of NSScrollerButtonDelay from NSUserDefaults.
- // |autoscrollButtonDelay| is the current value of NSScrollerButtonPeriod from NSUserDefaults.
- // |preferredScrollerStyle| is the current value of +[NSScroller preferredScrollerStyle].
+ // |initialButtonDelay| is the current value of NSScrollerButtonDelay from
+ // NSUserDefaults.
+ // |autoscrollButtonDelay| is the current value of NSScrollerButtonPeriod from
+ // NSUserDefaults.
+ // |preferredScrollerStyle| is the current value of +[NSScroller
+ // preferredScrollerStyle].
// |redraw| is true if the update requires a redraw to include the change.
// |buttonPlacement| is the current value of AppleScrollBarVariant
BLINK_EXPORT static void updateScrollbarsWithNSDefaults(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698