summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/theme/web_theme_engine_mac.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/theme/web_theme_engine_mac.cc')
-rw-r--r--chromium/third_party/blink/renderer/platform/theme/web_theme_engine_mac.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/platform/theme/web_theme_engine_mac.cc b/chromium/third_party/blink/renderer/platform/theme/web_theme_engine_mac.cc
index c2dbbde9413..38623fc9a2c 100644
--- a/chromium/third_party/blink/renderer/platform/theme/web_theme_engine_mac.cc
+++ b/chromium/third_party/blink/renderer/platform/theme/web_theme_engine_mac.cc
@@ -51,6 +51,8 @@ void WebThemeEngineMac::PaintMacScrollBarParts(
extra_params->scrollbar_extra.is_hovering;
native_theme_extra_params.scrollbar_extra.is_overlay =
extra_params->scrollbar_extra.is_overlay;
+ native_theme_extra_params.scrollbar_extra.scale_from_dip =
+ extra_params->scrollbar_extra.scale_from_dip;
switch (extra_params->scrollbar_extra.orientation) {
case WebThemeEngine::kVerticalOnRight:
native_theme_extra_params.scrollbar_extra.orientation =