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

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainterDefault.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/ThemePainterDefault.h
diff --git a/third_party/WebKit/Source/core/paint/ThemePainterDefault.h b/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
index 848026572bc35f9d2a47d1a64d4ddd1afa3c3fb9..5bf7c0b7046c0a66f2ea81dbc94d768a963e0d76 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
+++ b/third_party/WebKit/Source/core/paint/ThemePainterDefault.h
@@ -54,7 +54,6 @@ private:
bool paintTextArea(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 paintSearchFieldResultsDecoration(const LayoutObject&, const PaintInfo&, const IntRect&) override;
void setupMenuListArrow(const LayoutBox&, const IntRect&, WebThemeEngine::ExtraParams&);
};
« no previous file with comments | « third_party/WebKit/Source/core/paint/ThemePainter.cpp ('k') | third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698