RESOLVED FIXED 148509
Factor out Lookup invocation
https://bugs.webkit.org/show_bug.cgi?id=148509
Summary Factor out Lookup invocation
Tim Horton
Reported 2015-08-26 19:54:35 PDT
Factor out Lookup invocation
Attachments
Patch (70.31 KB, patch)
2015-08-26 19:55 PDT, Tim Horton
no flags
Patch (73.34 KB, patch)
2015-08-27 12:09 PDT, Tim Horton
no flags
Patch (75.48 KB, patch)
2015-08-27 12:11 PDT, Tim Horton
no flags
Patch (76.00 KB, patch)
2015-08-27 12:20 PDT, Tim Horton
andersca: review+
Tim Horton
Comment 1 2015-08-26 19:55:17 PDT
Tim Horton
Comment 2 2015-08-27 12:09:21 PDT
Tim Horton
Comment 3 2015-08-27 12:11:57 PDT
Tim Horton
Comment 4 2015-08-27 12:20:08 PDT
Anders Carlsson
Comment 5 2015-08-27 14:16:30 PDT
Comment on attachment 260079 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=260079&action=review > Source/WebKit2/UIProcess/mac/WKImmediateActionController.mm:470 > + return (id<NSImmediateActionAnimationController>)DictionaryLookup::animationControllerForPopup(dictionaryPopupInfo, _wkView, [self](TextIndicator& textIndicator) { Why do you need the cast here?
Tim Horton
Comment 6 2015-08-27 14:19:00 PDT
(In reply to comment #5) > Comment on attachment 260079 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=260079&action=review > > > Source/WebKit2/UIProcess/mac/WKImmediateActionController.mm:470 > > + return (id<NSImmediateActionAnimationController>)DictionaryLookup::animationControllerForPopup(dictionaryPopupInfo, _wkView, [self](TextIndicator& textIndicator) { > > Why do you need the cast here? I don't, anymore! (In a previous version of the patch, it always returned void*)
Tim Horton
Comment 7 2015-08-27 14:25:09 PDT
Note You need to log in before you can comment on or make changes to this bug.