Commit 9b328b83 authored by thakis's avatar thakis Committed by Commit bot

reflow comments in public/web/mac

BUG=563793

Review-Url: https://codereview.chromium.org/2386163002
Cr-Commit-Position: refs/heads/master@{#422825}
parent 81c46c1f
...@@ -42,9 +42,12 @@ enum ScrollerStyle { ScrollerStyleLegacy = 0, ScrollerStyleOverlay = 1 }; ...@@ -42,9 +42,12 @@ enum ScrollerStyle { ScrollerStyleLegacy = 0, ScrollerStyleOverlay = 1 };
class WebScrollbarTheme { class WebScrollbarTheme {
public: public:
// Updates the scrollbar appearance and behavior. // Updates the scrollbar appearance and behavior.
// |initialButtonDelay| is the current value of NSScrollerButtonDelay from NSUserDefaults. // |initialButtonDelay| is the current value of NSScrollerButtonDelay from
// |autoscrollButtonDelay| is the current value of NSScrollerButtonPeriod from NSUserDefaults. // NSUserDefaults.
// |preferredScrollerStyle| is the current value of +[NSScroller preferredScrollerStyle]. // |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. // |redraw| is true if the update requires a redraw to include the change.
// |buttonPlacement| is the current value of AppleScrollBarVariant // |buttonPlacement| is the current value of AppleScrollBarVariant
BLINK_EXPORT static void updateScrollbarsWithNSDefaults( BLINK_EXPORT static void updateScrollbarsWithNSDefaults(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment