Bug 134875

Summary: [iOS][WK2] On rotation, RemoteLayerTreeDrawingArea renders one extra frame at the wrong orientation
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

Description Benjamin Poulain 2014-07-13 17:26:10 PDT
[iOS][WK2] On rotation, RemoteLayerTreeDrawingArea renders one extra frame at the wrong orientation
Comment 1 Benjamin Poulain 2014-07-13 17:40:15 PDT
Created attachment 234836 [details]
Patch
Comment 2 Benjamin Poulain 2014-07-13 19:15:32 PDT
Comment on attachment 234836 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebView.mm:-1314
> -    [_contentView setMinimumSize:bounds.size];

Note to self: don't forget to update WKView accordingly.
Comment 3 Benjamin Poulain 2014-07-14 14:08:16 PDT
Committed r171080: <http://trac.webkit.org/changeset/171080>