Bug 131638

Summary: [iOS][WK2] Change the SPI used when starting the rotation animation
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Benjamin Poulain 2014-04-14 15:15:07 PDT
[iOS][WK2] Change the SPI used when starting the rotation animation
Comment 1 Benjamin Poulain 2014-04-14 15:15:34 PDT
Created attachment 229309 [details]
Patch
Comment 2 Ian Henderson 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!
Comment 3 Benjamin Poulain 2014-04-14 15:28:53 PDT
Created attachment 229311 [details]
Patch
Comment 4 Benjamin Poulain 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>
Comment 5 Benjamin Poulain 2014-04-14 15:39:42 PDT
All reviewed patches have been landed.  Closing bug.