Bug 101999 - Add a RemoteLayerTreeHost object in the UI process
Summary: Add a RemoteLayerTreeHost object in the UI process
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-12 15:37 PST by Anders Carlsson
Modified: 2012-11-12 16:22 PST (History)
0 users

See Also:


Attachments
Patch (21.91 KB, patch)
2012-11-12 15:41 PST, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-11-12 15:37:03 PST
Add a RemoteLayerTreeHost object in the UI process
Comment 1 Anders Carlsson 2012-11-12 15:41:35 PST
Created attachment 173742 [details]
Patch
Comment 2 Tim Horton 2012-11-12 16:13:23 PST
Comment on attachment 173742 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeContext.mm:98
>      // FIXME: Package up the transaction and send it to the UI process.

Should this fixme still be here? I guess so.
Comment 3 Anders Carlsson 2012-11-12 16:22:08 PST
Committed r134324: <http://trac.webkit.org/changeset/134324>