[Webkit-unassigned] [Bug 163292] Implement displaying context menu asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 08:48:11 PDT 2016


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

--- Comment #10 from Brady Eidson <beidson at apple.com> ---
For the linux build breakage, there's an unimplemented virtual function in the base class:
virtual void showContextMenuWithItems(const Vector<WebContextMenuItemData>& items) = 0;

You'll need to stub it out in WebContextMenuProxyGtk.h and WebContextMenuProxyEfl.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161019/3766fe60/attachment.html>


More information about the webkit-unassigned mailing list