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

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainterMac.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/paint/ThemePainterMac.h
diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.h b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
index 91462f05ab7c05fe884105da16d1ba7f05cf9654..63f2cb30d354bbaf8a168931d89d33e81111e83b 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainterMac.h
+++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.h
@@ -45,8 +45,6 @@ private:
bool paintSliderThumb(const LayoutObject&, const PaintInfo&, const IntRect&) override;
bool paintSearchField(const LayoutObject&, const PaintInfo&, const IntRect&) override;
bool paintSearchFieldCancelButton(const LayoutObject&, const PaintInfo&, const IntRect&) override;
- bool paintSearchFieldDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) override;
- bool paintSearchFieldResultsDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) override;
LayoutThemeMac& m_layoutTheme;
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp ('k') | third_party/WebKit/Source/core/paint/ThemePainterMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698