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

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

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/LayoutThemeMac.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
index 42f6acb03e496ff86045ea5128cb1ef90039a2d2..d3ae4599f8bc88c2995b0ef6f4e3f6d122ab0468 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
@@ -93,8 +93,6 @@ protected:
void adjustMenuListButtonStyle(ComputedStyle&, Element*) const override;
void adjustSearchFieldStyle(ComputedStyle&) const override;
void adjustSearchFieldCancelButtonStyle(ComputedStyle&) const override;
- void adjustSearchFieldDecorationStyle(ComputedStyle&) const override;
- void adjustSearchFieldResultsDecorationStyle(ComputedStyle&) const override;
public:
// Constants and methods shared with ThemePainterMac
@@ -123,7 +121,6 @@ public:
const IntSize* searchFieldSizes() const;
const IntSize* cancelButtonSizes() const;
- const IntSize* resultsButtonSizes() const;
void setSearchCellState(const LayoutObject&, const IntRect&);
void setSearchFieldSize(ComputedStyle&) const;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698