Bug 158520 - LayerTreeHost should be created with a WebPage reference instead of a pointer
Summary: LayerTreeHost should be created with a WebPage reference instead of a pointer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 03:01 PDT by Carlos Garcia Campos
Modified: 2016-06-08 05:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (23.25 KB, patch)
2016-06-08 03:02 PDT, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2016-06-08 03:01:14 PDT
We are indeed creating the LayerTreeHost always from a WebPage reference but getting its address to pass it to the LayerTreeHost create() function.
Comment 1 Carlos Garcia Campos 2016-06-08 03:02:52 PDT
Created attachment 280794 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-06-08 05:11:53 PDT
Committed r201802: <http://trac.webkit.org/changeset/201802>