| 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 b86c70a645f0ce6bfbcdadbd7bf9c8806841bdcd..93d5d6c0c9fadd36973288f8e56c410cc2106793 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTheme.h
|
| @@ -213,6 +213,7 @@ protected:
|
|
|
| virtual void adjustMenuListStyle(ComputedStyle&, Element*) const;
|
| virtual void adjustMenuListButtonStyle(ComputedStyle&, Element*) const;
|
| + virtual void adjustSliderContainerStyle(ComputedStyle&, Element*) const;
|
| virtual void adjustSliderThumbStyle(ComputedStyle&) const;
|
| virtual void adjustSearchFieldStyle(ComputedStyle&) const;
|
| virtual void adjustSearchFieldCancelButtonStyle(ComputedStyle&) const;
|
|
|