Bug 167494 - [Coordinated Graphics] WebPage shouldn't use the layerTreeHost directly
Summary: [Coordinated Graphics] WebPage shouldn't use the layerTreeHost directly
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: Gtk
Depends on:
Blocks: 167544
  Show dependency treegraph
 
Reported: 2017-01-27 01:25 PST by Carlos Garcia Campos
Modified: 2017-01-29 02:08 PST (History)
1 user (show)

See Also:


Attachments
Patch (13.02 KB, patch)
2017-01-27 01:31 PST, Carlos Garcia Campos
no flags Details | Formatted Diff | Diff
Fix EFL build (12.10 KB, patch)
2017-01-27 06:28 PST, Carlos Garcia Campos
mcatanzaro: 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 2017-01-27 01:25:57 PST
In Coordinated Graphics we have a couple of methods that the WebPage uses directly from the layer tree host, instead of using the drawing area interface.
Comment 1 Carlos Garcia Campos 2017-01-27 01:31:30 PST
Created attachment 299924 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-01-27 06:28:35 PST
Created attachment 299929 [details]
Fix EFL build
Comment 3 Carlos Garcia Campos 2017-01-29 02:08:01 PST
Committed r211350: <http://trac.webkit.org/changeset/211350>