| 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..4ad5da8e5ad416d9b69be2c572ff1510d123906c 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 adjustSliderContainerStyle(ComputedStyle&, Element*) const;
|
| virtual void adjustSliderThumbStyle(ComputedStyle&) const;
|
| virtual void adjustSearchFieldStyle(ComputedStyle&) const;
|
| virtual void adjustSearchFieldCancelButtonStyle(ComputedStyle&) const;
|
|
|