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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTheme.cpp

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.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
index ba75ce86068fab72ced2f52cf828717389dc3fe6..14e8168ac38e196812bad15ca12a6a9b89ba9979 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTheme.cpp
@@ -217,10 +217,6 @@ void LayoutTheme::adjustStyle(ComputedStyle& style, Element* e)
return adjustSearchFieldStyle(style);
case SearchFieldCancelButtonPart:
return adjustSearchFieldCancelButtonStyle(style);
- case SearchFieldDecorationPart:
- return adjustSearchFieldDecorationStyle(style);
- case SearchFieldResultsDecorationPart:
- return adjustSearchFieldResultsDecorationStyle(style);
default:
break;
}
@@ -648,14 +644,6 @@ void LayoutTheme::adjustSearchFieldCancelButtonStyle(ComputedStyle&) const
{
}
-void LayoutTheme::adjustSearchFieldDecorationStyle(ComputedStyle&) const
-{
-}
-
-void LayoutTheme::adjustSearchFieldResultsDecorationStyle(ComputedStyle&) const
-{
-}
-
void LayoutTheme::platformColorsDidChange()
{
Page::platformColorsChanged();
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutTheme.h ('k') | third_party/WebKit/Source/core/layout/LayoutThemeDefault.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698