| 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;
|
|
|