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

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

Issue 136333009: Move preferred scrollbar style preference change listening from renderer to browser, 3 of 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 11 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 | « Source/web/web.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/mac/WebScrollbarTheme.h
diff --git a/public/web/mac/WebScrollbarTheme.h b/public/web/mac/WebScrollbarTheme.h
index 5ece9897d542822aa91bda599118793fcbddd103..e99927f7fa429b20b52842c8f1272c7fc641ba02 100644
--- a/public/web/mac/WebScrollbarTheme.h
+++ b/public/web/mac/WebScrollbarTheme.h
@@ -49,10 +49,6 @@ public:
// |jumpOnTrackClick| is the current value of AppleScrollerPagingBehavior from NSUserDefaults.
// |preferredScrollerStyle| is the current value of +[NSScroller preferredScrollerStyle].
// |redraw| is true if the update requires a redraw to include the change.
- // TODO(rsesek): Remove the first version after two-side patch lands. http://crbug.com/306348
- BLINK_EXPORT static void updateScrollbars(
- float initialButtonDelay, float autoscrollButtonDelay,
- bool jumpOnTrackClick, bool redraw);
BLINK_EXPORT static void updateScrollbars(
float initialButtonDelay, float autoscrollButtonDelay,
bool jumpOnTrackClick, ScrollerStyle preferredScrollerStyle, bool redraw);
« no previous file with comments | « Source/web/web.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698