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

Unified Diff: content/child/webthemeengine_impl_default.cc

Issue 2763373002: Overlay scrollbars flush with window edge (Closed)
Patch Set: bokan comment addressed Created 3 years, 9 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
Index: content/child/webthemeengine_impl_default.cc
diff --git a/content/child/webthemeengine_impl_default.cc b/content/child/webthemeengine_impl_default.cc
index 6014d2b3072dc1736959040af04788d9c6140649..5824d6ee7220d7892471dbcad3b5ad2592c42452 100644
--- a/content/child/webthemeengine_impl_default.cc
+++ b/content/child/webthemeengine_impl_default.cc
@@ -199,6 +199,8 @@ static void GetNativeThemeExtraParams(
native_theme_extra_params->scrollbar_thumb.scrollbar_theme =
NativeThemeScrollbarOverlayColorTheme(
extra_params->scrollbarThumb.scrollbarTheme);
+ native_theme_extra_params->scrollbar_thumb.isLeftVerticalScrollbar =
+ extra_params->scrollbarThumb.isLeftVerticalScrollbar;
break;
default:
break; // Parts that have no extra params get here.

Powered by Google App Engine
This is Rietveld 408576698