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

Unified Diff: third_party/WebKit/WebKit/chromium/public/WebView.h

Issue 400027: On Linux, pick the color of the slider's thumbpart from the GTK theme.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years 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/WebKit/chromium/public/WebView.h
===================================================================
--- third_party/WebKit/WebKit/chromium/public/WebView.h (revision 51794)
+++ third_party/WebKit/WebKit/chromium/public/WebView.h (working copy)
@@ -245,6 +245,10 @@
// their links.
WEBKIT_API static void resetVisitedLinkState();
+ // Scrollbar colors ----------------------------------------------------
+ virtual void setScrollbarColors(unsigned inactive_color,
+ unsigned active_color,
+ unsigned track_color) = 0;
protected:
~WebView() {}

Powered by Google App Engine
This is Rietveld 408576698