| Index: Source/web/PopupMenuImpl.h
|
| diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
|
| index d7c7ace6b6340b80af201e028c2fdff4f59bec7e..4cb6ace4426910a223429c36d24e04fdb73a3e2e 100644
|
| --- a/Source/web/PopupMenuImpl.h
|
| +++ b/Source/web/PopupMenuImpl.h
|
| @@ -30,6 +30,7 @@ public:
|
| private:
|
| PopupMenuImpl(ChromeClientImpl*, PopupMenuClient*);
|
|
|
| + bool hasTooManyItemsForStyling();
|
| void addOption(HTMLOptionElement&, bool enableExtraStyling, SharedBuffer*);
|
| void addOptGroup(HTMLOptGroupElement&, bool enableExtraStyling, SharedBuffer*);
|
| void addSeparator(HTMLHRElement&, bool enableExtraStyling, SharedBuffer*);
|
|
|