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