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, |