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

Unified Diff: Source/web/WebViewImpl.cpp

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.h ('k') | public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.cpp
diff --git a/Source/web/WebViewImpl.cpp b/Source/web/WebViewImpl.cpp
index 4a5aa0054d3087dcd596e8ca0c7cf8d41268b38e..5699493c03363a7273e90ec7ff36de6c47ba1a9f 100644
--- a/Source/web/WebViewImpl.cpp
+++ b/Source/web/WebViewImpl.cpp
@@ -3580,12 +3580,6 @@ void WebViewImpl::setWindowFeatures(const WebWindowFeatures& features)
m_page->chrome().setWindowFeatures(features);
}
-// FIXME: remove this api. See: https://codereview.chromium.org/17279002/.
-void WebViewImpl::setScrollbarColors(unsigned inactiveColor,
- unsigned activeColor,
- unsigned trackColor) {
-}
-
void WebViewImpl::setSelectionColors(unsigned activeBackgroundColor,
unsigned activeForegroundColor,
unsigned inactiveBackgroundColor,
« no previous file with comments | « Source/web/WebViewImpl.h ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698