| Index: Source/core/html/HTMLSelectElement.h
|
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
|
| index 7c38c0dc1efa60883fdfd1f931b05d941cb8a4be..2c13076111756fd0623a3089829928eec5fbf94c 100644
|
| --- a/Source/core/html/HTMLSelectElement.h
|
| +++ b/Source/core/html/HTMLSelectElement.h
|
| @@ -116,6 +116,7 @@ public:
|
| void optionSelectionStateChanged(HTMLOptionElement*, bool optionIsSelected);
|
| bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionState&);
|
|
|
| + void updateListOnRenderer();
|
| protected:
|
| HTMLSelectElement(Document&, HTMLFormElement*);
|
|
|
| @@ -156,6 +157,7 @@ private:
|
|
|
| virtual bool isOptionalFormControl() const OVERRIDE { return !isRequiredFormControl(); }
|
| virtual bool isRequiredFormControl() const OVERRIDE;
|
| + virtual void didRecalcStyle(StyleRecalcChange) OVERRIDE;
|
|
|
| bool hasPlaceholderLabelOption() const;
|
|
|
|
|