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..3933cb4ab135a0c0f82c0c9f448d892a5198233d 100644 |
--- a/ui/native_theme/native_theme.h |
+++ b/ui/native_theme/native_theme.h |
@@ -202,6 +202,10 @@ class NATIVE_THEME_EXPORT NativeTheme { |
struct ScrollbarThumbExtraParams { |
bool is_hovering; |
ScrollbarOverlayColorTheme scrollbar_theme; |
+ bool isVerticalScrollbar; |
bokan
2017/03/22 20:07:25
You shouldn't need to pass this param from Blink,
|
+ bool isLeftVerticalScrollbar; |
+ bool hitStart; |
bokan
2017/03/22 20:07:25
We should avoid repainting. A simpler solution wou
|
+ bool hitEnd; |
}; |
struct SliderExtraParams { |