[webkit-reviews] review granted: [Bug 127788] WebKit2 View Gestures (Swipe): Encode snapshots as JPEG on some platforms : [Attachment 231361] fix the iOS build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 13 11:02:54 PDT 2014


Anders Carlsson <andersca at apple.com> has granted Tim Horton
<thorton at apple.com>'s request for review:
Bug 127788: WebKit2 View Gestures (Swipe): Encode snapshots as JPEG on some
platforms
https://bugs.webkit.org/show_bug.cgi?id=127788

Attachment 231361: fix the iOS build
https://bugs.webkit.org/attachment.cgi?id=231361&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=231361&action=review


> Source/WebKit2/UIProcess/mac/ViewSnapshotStore.mm:247
> +void ViewSnapshotStore::reduceSnapshotMemoryCost(String uuid)

const String& uuid.

> Source/WebKit2/UIProcess/mac/ViewSnapshotStore.mm:271
> +void ViewSnapshotStore::didCompressSnapshot(String uuid,
RetainPtr<CGImageRef> newImage, size_t newImageSize)

const String& uuid.


More information about the webkit-reviews mailing list