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

Unified Diff: Source/core/platform/ScrollbarThemeMacCommon.h

Issue 57463002: Have Blink be told of scrollbar changes rather than paying attention itself (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: win fix? Created 7 years, 1 month 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: Source/core/platform/ScrollbarThemeMacCommon.h
diff --git a/Source/core/platform/ScrollbarThemeMacCommon.h b/Source/core/platform/ScrollbarThemeMacCommon.h
index 8138976c1a393f5d722526c288429099bee8682f..8b5ed94615f9d53735ff945cd782d1887f1426b7 100644
--- a/Source/core/platform/ScrollbarThemeMacCommon.h
+++ b/Source/core/platform/ScrollbarThemeMacCommon.h
@@ -37,7 +37,7 @@ public:
virtual void registerScrollbar(ScrollbarThemeClient*) OVERRIDE;
virtual void unregisterScrollbar(ScrollbarThemeClient*) OVERRIDE;
- void preferencesChanged();
+ void preferencesChanged(float, float, bool, bool);
abarth-chromium 2013/11/04 00:43:24 Would you be willing to name these parameters? It
Avi (use Gerrit) 2013/11/04 01:40:24 Of course I'm willing. I'm writing to fit in with
abarth-chromium 2013/11/04 01:41:55 The existing style is to omit parameter names when
virtual bool supportsControlTints() const OVERRIDE { return true; }
« no previous file with comments | « no previous file | Source/core/platform/ScrollbarThemeMacCommon.mm » ('j') | Source/web/mac/WebScrollbarTheme.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698