Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1325)

Unified Diff: Source/web/PopupMenuImpl.h

Issue 1164873004: New SELECT Popup: Correctly count the number of items for styling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698