Reduce the overhead of updating the animatable style on ARMv7
Created attachment 232686 [details] Patch
Created attachment 232745 [details] Patch
Created attachment 232812 [details] Patch
Comment on attachment 232812 [details] Patch 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?
Comment on attachment 232812 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=232812&action=review > Source/WebCore/ChangeLog:8 > + While udpating the style for animations, most of the time spent was pure calling overhead. updating
Committed r169790: <http://trac.webkit.org/changeset/169790>