| Index: Source/web/PopupMenuImpl.h
|
| diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
|
| index 8ce8a18f909e5c89d8b388a14ae273195433fbb9..d7c7ace6b6340b80af201e028c2fdff4f59bec7e 100644
|
| --- a/Source/web/PopupMenuImpl.h
|
| +++ b/Source/web/PopupMenuImpl.h
|
| @@ -30,10 +30,10 @@ public:
|
| private:
|
| PopupMenuImpl(ChromeClientImpl*, PopupMenuClient*);
|
|
|
| - void addOption(HTMLOptionElement&, SharedBuffer*);
|
| - void addOptGroup(HTMLOptGroupElement&, SharedBuffer*);
|
| - void addSeparator(HTMLHRElement&, SharedBuffer*);
|
| - void addElementStyle(HTMLElement&, SharedBuffer*);
|
| + void addOption(HTMLOptionElement&, bool enableExtraStyling, SharedBuffer*);
|
| + void addOptGroup(HTMLOptGroupElement&, bool enableExtraStyling, SharedBuffer*);
|
| + void addSeparator(HTMLHRElement&, bool enableExtraStyling, SharedBuffer*);
|
| + void addElementStyle(HTMLElement&, bool enableExtraStyling, SharedBuffer*);
|
|
|
| // PopupMenu functions:
|
| void show(const FloatQuad& controlPosition, const IntSize& controlSize, int index) override;
|
|
|