RESOLVED FIXED Bug 162983
Make it possible to test ViewSnapshotStore behaviors
https://bugs.webkit.org/show_bug.cgi?id=162983
Summary Make it possible to test ViewSnapshotStore behaviors
Tim Horton
Reported 2016-10-05 13:21:52 PDT
Make it possible to test ViewSnapshotStore behaviors
Attachments
Patch (27.04 KB, patch)
2016-10-05 13:23 PDT, Tim Horton
simon.fraser: review+
Tim Horton
Comment 1 2016-10-05 13:23:27 PDT
Simon Fraser (smfr)
Comment 2 2016-10-05 13:53:14 PDT
Comment on attachment 290745 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=290745&action=review > Source/WebKit2/UIProcess/mac/ViewSnapshotStore.mm:233 > +CGImageRef ViewSnapshot::asImageForTesting() I would prefer this as a "create" or "copy" function.
Tim Horton
Comment 3 2016-10-05 14:17:09 PDT
Anders Carlsson
Comment 4 2016-10-05 15:35:19 PDT
Comment on attachment 290745 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=290745&action=review >> Source/WebKit2/UIProcess/mac/ViewSnapshotStore.mm:233 >> +CGImageRef ViewSnapshot::asImageForTesting() > > I would prefer this as a "create" or "copy" function. I would have preferred if this just returned a RetainPtr.
Note You need to log in before you can comment on or make changes to this bug.