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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeDefault.h

Issue 2612113003: Revert of Memoize LayoutTheemDefault::clampedMenuListArrowPaddingSize(). (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698