Bug 134570 - [iOS][WK2] Make is safe/fast to use the animated resize API without resizing anything
Summary: [iOS][WK2] Make is safe/fast to use the animated resize API without resizing ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-02 16:31 PDT by Benjamin Poulain
Modified: 2014-07-02 20:52 PDT (History)
5 users (show)

See Also:


Attachments
Patch (14.64 KB, patch)
2014-07-02 16:40 PDT, Benjamin Poulain
enrica: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-07-02 16:31:38 PDT
[iOS][WK2] Make is safe/fast to use the animated resize API without resizing anything
Comment 1 Benjamin Poulain 2014-07-02 16:40:28 PDT
Created attachment 234294 [details]
Patch
Comment 2 Enrica Casucci 2014-07-02 17:03:52 PDT
Comment on attachment 234294 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=234294&action=review

Look good to me.

> Source/WebKit2/ChangeLog:39
> +        The remaining code is unchanged, it is just not intended due to the removal of the if() branch.

What does it mean 'intended'?
Comment 3 Benjamin Poulain 2014-07-02 20:52:49 PDT
Committed r170744: <http://trac.webkit.org/changeset/170744>