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

Unified Diff: content/child/webthemeengine_impl_android.cc

Issue 2478463003: Revert of Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | content/child/webthemeengine_impl_default.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/webthemeengine_impl_android.cc
diff --git a/content/child/webthemeengine_impl_android.cc b/content/child/webthemeengine_impl_android.cc
index 3dc2f92fe063e5b0ff31f5eced3cf32f30c1d9c3..7db2ef4317423a779c9b28dac2cc5406c0bedc1b 100644
--- a/content/child/webthemeengine_impl_android.cc
+++ b/content/child/webthemeengine_impl_android.cc
@@ -173,10 +173,6 @@
}
void WebThemeEngineImpl::getOverlayScrollbarStyle(ScrollbarStyle* style) {
- // TODO(bokan): Android scrollbars on non-composited scrollers don't
- // currently fade out so the fadeOutDuration and Delay Now that this has
- // been added into Blink for other platforms we should plumb that through for
- // Android as well.
if (getMajorVersion() >= kVersionLollipop) {
style->thumbThickness = 4;
style->scrollbarMargin = 0;
« no previous file with comments | « no previous file | content/child/webthemeengine_impl_default.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698