RESOLVED WONTFIX 135758
Add scale factor information to long press snapshots. Part of 135257 - Add long mouse press gesture.
https://bugs.webkit.org/show_bug.cgi?id=135758
Summary Add scale factor information to long press snapshots. Part of 135257 - Add lo...
Peyton Randolph
Reported 2014-08-08 10:33:51 PDT
It would be helpful to have information about the scale factor of an element snapshot provided for a long press. That way the client can properly scale the resulting snapshot.
Attachments
Patch (9.73 KB, patch)
2014-08-08 10:39 PDT, Peyton Randolph
prandolph: review-
prandolph: commit-queue-
Peyton Randolph
Comment 1 2014-08-08 10:39:12 PDT
Tim Horton
Comment 2 2014-08-08 14:16:10 PDT
Comment on attachment 236287 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=236287&action=review > Source/WebKit2/WebProcess/WebPage/LongMousePressController.cpp:141 > + graphicsContext->setShouldAntialias(true); > + graphicsContext->setShouldSmoothFonts(true); Ohreally? I don't think you meant this to be here.
Note You need to log in before you can comment on or make changes to this bug.