[webkit-reviews] review granted: [Bug 133618] Reduce the overhead of updating the animatable style on ARMv7 : [Attachment 232812] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 10 18:19:06 PDT 2014


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Benjamin Poulain
<benjamin at webkit.org>'s request for review:
Bug 133618: Reduce the overhead of updating the animatable style on ARMv7
https://bugs.webkit.org/show_bug.cgi?id=133618

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=232812&action=review


> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:1066
> +    CGFloat scaleFactor = contentZoomScale(self);
> +    [_contentView scaleFactorDidChange:scaleFactor];

Unrelated?


More information about the webkit-reviews mailing list