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