| Index: third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| index 61d9117426ab3fb6d7448b2f35900e3b5da36f93..6cf916b552ffa154b3bcb25adc02b91d06b68e0d 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLOptGroupElement.h
|
| @@ -55,6 +55,8 @@ private:
|
| void attach(const AttachContext& = AttachContext()) override;
|
| void detach(const AttachContext& = AttachContext()) override;
|
| bool matchesEnabledPseudoClass() const override;
|
| + InsertionNotificationRequest insertedInto(ContainerNode*) override;
|
| + void removedFrom(ContainerNode*) override;
|
|
|
| // <optgroup> might not have a layoutObject so we manually manage a cached style.
|
| void updateNonComputedStyle();
|
|
|