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 bec946efd3d320d27c493b699921571462b7f84a..498edfdc2ff9b0fdecf5fdc6676ba18799b2e90e 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h |
@@ -159,9 +159,7 @@ |
static unsigned m_inactiveSelectionForegroundColor; |
ThemePainterDefault m_painter; |
- // Cached values for crbug.com/673754. |
- mutable float m_cachedMenuListArrowZoomLevel = 0; |
- mutable float m_cachedMenuListArrowPaddingSize = 0; |
+ int m_menuListArrowWidthInDIP = 0; |
}; |
} // namespace blink |