Bug 102275 - More steps towards actually hosting layers in the UI process
Summary: More steps towards actually hosting layers 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-14 13:05 PST by Anders Carlsson
Modified: 2012-11-14 13:17 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.10 KB, patch)
2012-11-14 13:09 PST, Anders Carlsson
kling: 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-14 13:05:01 PST
More steps towards actually hosting layers in the UI process
Comment 1 Anders Carlsson 2012-11-14 13:09:52 PST
Created attachment 174237 [details]
Patch
Comment 2 Andreas Kling 2012-11-14 13:13:51 PST
Comment on attachment 174237 [details]
Patch

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

> Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm:83
> +    HashMap<uint64_t, OwnPtr<GraphicsLayer> >::AddResult addResult = m_layers.add(layerID, nullptr);

>>
Comment 3 Anders Carlsson 2012-11-14 13:15:01 PST
(In reply to comment #2)
> (From update of attachment 174237 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=174237&action=review
> 
> > Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm:83
> > +    HashMap<uint64_t, OwnPtr<GraphicsLayer> >::AddResult addResult = m_layers.add(layerID, nullptr);
> 
> >>

auto.
Comment 4 Andreas Kling 2012-11-14 13:16:19 PST
(In reply to comment #3)
> (In reply to comment #2)
> > (From update of attachment 174237 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=174237&action=review
> > 
> > > Source/WebKit2/UIProcess/mac/RemoteLayerTreeHost.mm:83
> > > +    HashMap<uint64_t, OwnPtr<GraphicsLayer> >::AddResult addResult = m_layers.add(layerID, nullptr);
> > 
> > >>
> 
> auto.

Even better. Truly a glorious day!
Comment 5 Anders Carlsson 2012-11-14 13:17:11 PST
Committed r134656: <http://trac.webkit.org/changeset/134656>