[webkit-reviews] review granted: [Bug 173274] [iOS WK2] Peeking on an image could result in a preview at the wrong size : [Attachment 312698] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 12 14:38:27 PDT 2017


Tim Horton <thorton at apple.com> has granted Simon Fraser (smfr)
<simon.fraser at apple.com>'s request for review:
Bug 173274: [iOS WK2] Peeking on an image could result in a preview at the
wrong size
https://bugs.webkit.org/show_bug.cgi?id=173274

Attachment 312698: Patch

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




--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 312698
  --> https://bugs.webkit.org/attachment.cgi?id=312698
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=312698&action=review

> Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.h:54
> +    uint64_t lastCommittedTransactionID() const { return
m_currentTransactionID; }

Is this name right? Isn't it also the current transaction ID while building?
When is it incremented?


More information about the webkit-reviews mailing list