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

Unified Diff: public/web/WebView.h

Issue 31043005: Remove WebView::setScrollbarColors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index 5c07cd7ab146a75b8fdda3b1d9128b52a440c198..4d04f694a4dca2c8799b9aed9794adc240742c9d 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -462,10 +462,6 @@ public:
// Custom colors -------------------------------------------------------
- virtual void setScrollbarColors(unsigned inactiveColor,
- unsigned activeColor,
- unsigned trackColor) = 0;
-
virtual void setSelectionColors(unsigned activeBackgroundColor,
unsigned activeForegroundColor,
unsigned inactiveBackgroundColor,
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698