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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.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/LayoutTheme.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.h b/third_party/WebKit/Source/core/layout/LayoutTheme.h
index 2d3967235356ebc63ee8434d5cb8e51f6f40e313..a8dedadc36cf2e9bc3a2d06df04662b19e781da3 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
@@ -210,8 +210,6 @@ protected:
virtual void adjustSliderThumbStyle(ComputedStyle&) const;
virtual void adjustSearchFieldStyle(ComputedStyle&) const;
virtual void adjustSearchFieldCancelButtonStyle(ComputedStyle&) const;
- virtual void adjustSearchFieldDecorationStyle(ComputedStyle&) const;
- virtual void adjustSearchFieldResultsDecorationStyle(ComputedStyle&) const;
void adjustStyleUsingFallbackTheme(ComputedStyle&);
void adjustCheckboxStyleUsingFallbackTheme(ComputedStyle&) const;
void adjustRadioStyleUsingFallbackTheme(ComputedStyle&) const;

Powered by Google App Engine
This is Rietveld 408576698