Bug 130863 - Support dynamic layer hosting context changes
Summary: Support dynamic layer hosting context changes
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: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 14:56 PDT by Sam Weinig
Modified: 2014-03-27 15:31 PDT (History)
0 users

See Also:


Attachments
Patch (4.67 KB, patch)
2014-03-27 14:58 PDT, Sam Weinig
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2014-03-27 14:56:57 PDT
Support dynamic layer hosting context changes
Comment 1 Sam Weinig 2014-03-27 14:58:41 PDT
Created attachment 227986 [details]
Patch
Comment 2 Anders Carlsson 2014-03-27 15:23:12 PDT
Comment on attachment 227986 [details]
Patch

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

> Source/WebKit2/UIProcess/WebPageProxy.cpp:1060
> +    if (m_layerHostingMode != layerHostingMode) {

Use an early return here.
Comment 3 Sam Weinig 2014-03-27 15:31:21 PDT
Committed r166374: <http://trac.webkit.org/changeset/166374>