Index: third_party/WebKit/Source/core/layout/LayoutThemeDefault.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h |
index c577078aa5f5de233bd07f399725718a4d478b6f..fe116753e6aefac79a5f95e2643a3022b7783dbf 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h |
@@ -160,7 +160,9 @@ class CORE_EXPORT LayoutThemeDefault : public LayoutTheme { |
static unsigned m_inactiveSelectionForegroundColor; |
ThemePainterDefault m_painter; |
- int m_menuListArrowWidthInDIP = 0; |
+ // Cached values for crbug.com/673754. |
+ mutable float m_cachedMenuListArrowZoomLevel = 0; |
+ mutable float m_cachedMenuListArrowPaddingSize = 0; |
}; |
} // namespace blink |