[Webkit-unassigned] [Bug 64897] Minimum Row Height For PopupListBoxes should platform-dependent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 25 12:51:03 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64897





--- Comment #20 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-07-25 12:51:03 PST ---
(From update of attachment 101870)
View in context: https://bugs.webkit.org/attachment.cgi?id=101870&action=review

> Source/WebKit/chromium/public/WebWidget.h:129
> +    virtual void setPopupListBoxMinimumRowHeight(int minimumRowHeight) { }

do you really need to make this widget-specific?  it seems like it could
just be a static function on WebPopupMenu that is implemented in terms of
modifying a global variable stored in PopupMenuChromium.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list