[webkit-reviews] review granted: [Bug 208265] Make Path::Path(const Path&) and Path::operator=(const Path&) cheap : [Attachment 392147] v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 10:07:43 PST 2020


Darin Adler <darin at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 208265: Make Path::Path(const Path&) and Path::operator=(const Path&) cheap
https://bugs.webkit.org/show_bug.cgi?id=208265

Attachment 392147: v2

https://bugs.webkit.org/attachment.cgi?id=392147&action=review




--- Comment #11 from Darin Adler <darin at apple.com> ---
Comment on attachment 392147
  --> https://bugs.webkit.org/attachment.cgi?id=392147
v2

New patch looks good. Aside from possibly doing a wasteful copy in the
DragDropInteractionState::previewForDragItem code path, which seems like a
minor issue we should not worry about


More information about the webkit-reviews mailing list