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

Unified Diff: ui/native_theme/native_theme.h

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: ui/native_theme/native_theme.h
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
index 7aa469a50b537f2d293d79f5cbd92bfd7f5c76f8..e334fcd2c84d531b088c630f103b17330b73df2f 100644
--- a/ui/native_theme/native_theme.h
+++ b/ui/native_theme/native_theme.h
@@ -202,6 +202,7 @@ class NATIVE_THEME_EXPORT NativeTheme {
struct ScrollbarThumbExtraParams {
bool is_hovering;
ScrollbarOverlayColorTheme scrollbar_theme;
+ bool isLeftVerticalScrollbar;
Evan Stade 2017/03/28 00:01:56 nit: is_left_vertical_scrollbar but also, it seem
chaopeng 2017/03/28 02:58:40 Sorry, I don't get this one. Why we need is right
Evan Stade 2017/03/28 03:14:36 I meant that the Part enum should have different v
};
struct SliderExtraParams {

Powered by Google App Engine
This is Rietveld 408576698