[webkit-reviews] review granted: [Bug 131329] [iOS][WK2] Implement the update of content offset on animated resize : [Attachment 228788] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 7 18:44:47 PDT 2014


Tim Horton <thorton at apple.com> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 131329: [iOS][WK2] Implement the update of content offset on animated
resize
https://bugs.webkit.org/show_bug.cgi?id=131329

Attachment 228788: Patch
https://bugs.webkit.org/attachment.cgi?id=228788&action=review

------- Additional Comments from Tim Horton <thorton at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=228788&action=review


> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1200
> +    CGSize contentSizeInContentViewCoordinate = [_contentView bounds].size;

coordinate*s*

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1215
> +    CGFloat oldWebViewWidthInContentViewCoordinate = oldBounds.size.width /
contentZoomScale(self);

so many "s" missing


More information about the webkit-reviews mailing list