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

Unified Diff: third_party/WebKit/Source/core/paint/ThemePainter.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/paint/ThemePainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.cpp b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
index 135fbccc4d3333bd8d478a35954c57018e383d5f..432bb4ea33f5af0dd35e3ba9760a02e877720705 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
+++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
@@ -150,10 +150,6 @@ bool ThemePainter::paint(const LayoutObject& o, const PaintInfo& paintInfo, cons
return paintSearchField(o, paintInfo, r);
case SearchFieldCancelButtonPart:
return paintSearchFieldCancelButton(o, paintInfo, r);
- case SearchFieldDecorationPart:
- return paintSearchFieldDecoration(o, paintInfo, r);
- case SearchFieldResultsDecorationPart:
- return paintSearchFieldResultsDecoration(o, paintInfo, r);
default:
break;
}
@@ -186,8 +182,6 @@ bool ThemePainter::paintBorderOnly(const LayoutObject& o, const PaintInfo& paint
case SliderThumbHorizontalPart:
case SliderThumbVerticalPart:
case SearchFieldCancelButtonPart:
- case SearchFieldDecorationPart:
- case SearchFieldResultsDecorationPart:
default:
break;
}
@@ -217,8 +211,6 @@ bool ThemePainter::paintDecorations(const LayoutObject& o, const PaintInfo& pain
case SliderThumbVerticalPart:
case SearchFieldPart:
case SearchFieldCancelButtonPart:
- case SearchFieldDecorationPart:
- case SearchFieldResultsDecorationPart:
default:
break;
}
« no previous file with comments | « third_party/WebKit/Source/core/paint/ThemePainter.h ('k') | third_party/WebKit/Source/core/paint/ThemePainterDefault.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698