WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102275
More steps towards actually hosting layers in the UI process
https://bugs.webkit.org/show_bug.cgi?id=102275
Summary
More steps towards actually hosting layers in the UI process
Anders Carlsson
Reported
2012-11-14 13:05:01 PST
More steps towards actually hosting layers in the UI process
Attachments
Patch
(6.10 KB, patch)
2012-11-14 13:09 PST
,
Anders Carlsson
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2012-11-14 13:09:52 PST
Created
attachment 174237
[details]
Patch
Andreas Kling
Comment 2
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);
>>
Anders Carlsson
Comment 3
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.
Andreas Kling
Comment 4
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!
Anders Carlsson
Comment 5
2012-11-14 13:17:11 PST
Committed
r134656
: <
http://trac.webkit.org/changeset/134656
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug