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

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

Issue 1690493002: Switch to LayoutThemeMobile when emulating mobile device in DevTools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invalidate tapHighlightColor only Created 4 years, 10 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
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 bb728751892e5dcbf6b5e2c9284d8feda4bc72f5..844c3e1754914032d84cacba67e533c8f6a28448 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.h
@@ -66,6 +66,7 @@ public:
void setCheckboxSize(ComputedStyle&) const override;
void setRadioSize(ComputedStyle&) const override;
void adjustInnerSpinButtonStyle(ComputedStyle&) const override;
+ void adjustButtonStyle(ComputedStyle&) const override;
bool popsMenuBySpaceKey() const final { return true; }
bool popsMenuByReturnKey() const final { return true; }
@@ -91,7 +92,6 @@ public:
int minimumMenuListSize(const ComputedStyle&) const override;
- void adjustButtonStyle(ComputedStyle&) const override;
void adjustSearchFieldStyle(ComputedStyle&) const override;
void adjustSearchFieldCancelButtonStyle(ComputedStyle&) const override;
void adjustSearchFieldDecorationStyle(ComputedStyle&) const override;

Powered by Google App Engine
This is Rietveld 408576698