| Index: Source/core/html/shadow/PickerIndicatorElement.h
|
| diff --git a/Source/core/html/shadow/PickerIndicatorElement.h b/Source/core/html/shadow/PickerIndicatorElement.h
|
| index 5268f88d8b0f23e1fba8594ec7bb9581869a3574..d5161da6c1734571b7e841160ad19add3b77ccad 100644
|
| --- a/Source/core/html/shadow/PickerIndicatorElement.h
|
| +++ b/Source/core/html/shadow/PickerIndicatorElement.h
|
| @@ -78,6 +78,8 @@ private:
|
| virtual void defaultEventHandler(Event*) OVERRIDE;
|
| virtual void detach(const AttachContext& = AttachContext()) OVERRIDE;
|
| virtual bool isPickerIndicatorElement() const OVERRIDE;
|
| + virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| + virtual void didNotifySubtreeInsertionsToDocument() OVERRIDE;
|
|
|
| HTMLInputElement* hostInput();
|
|
|
|
|