Implement NSSharingServiceDelegate method "transitionImageForShareItem" <rdar://problem/16878020>
Created attachment 231461 [details] Patch v1
Comment on attachment 231461 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=231461&action=review > Source/WebKit/mac/WebCoreSupport/WebContextMenuClient.mm:443 > + buffer->context()->translate(-FloatSize(rect.x(), rect.y())); -toFloatSize(rect.location()) > Source/WebKit/mac/WebCoreSupport/WebContextMenuClient.mm:444 > + frameView->paintContents(buffer->context(), IntRect(rect)); is this truncated FloatRect->IntRect right?
Created attachment 231462 [details] Patch v2 - Review feedback, build fix, and add "paint selection only" mode as discussed on IRC.
http://trac.webkit.org/changeset/168859