RESOLVED FIXED 131638
[iOS][WK2] Change the SPI used when starting the rotation animation
https://bugs.webkit.org/show_bug.cgi?id=131638
Summary [iOS][WK2] Change the SPI used when starting the rotation animation
Benjamin Poulain
Reported 2014-04-14 15:15:07 PDT
[iOS][WK2] Change the SPI used when starting the rotation animation
Attachments
Patch (7.99 KB, patch)
2014-04-14 15:15 PDT, Benjamin Poulain
no flags
Patch (8.02 KB, patch)
2014-04-14 15:28 PDT, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2014-04-14 15:15:34 PDT
Ian Henderson
Comment 2 2014-04-14 15:18:17 PDT
Comment on attachment 229309 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229309&action=review > Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h:111 > +- (void)_beginAnimatedResize:(void (^)(void))updateBlock; I think the argument should be called out somehow in the selector name. E.g. - (void)_beginAnimatedResizeWithUpdates:(void (^)(void))updateBlock; Everything looks good to me otherwise!
Benjamin Poulain
Comment 3 2014-04-14 15:28:53 PDT
Benjamin Poulain
Comment 4 2014-04-14 15:39:40 PDT
Comment on attachment 229311 [details] Patch Clearing flags on attachment: 229311 Committed r167274: <http://trac.webkit.org/changeset/167274>
Benjamin Poulain
Comment 5 2014-04-14 15:39:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.