WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
218738
Use GraphicsContext instead of CGContext in RemoteLayerBackingStore
https://bugs.webkit.org/show_bug.cgi?id=218738
Summary
Use GraphicsContext instead of CGContext in RemoteLayerBackingStore
Tim Horton
Reported
2020-11-09 21:09:23 PST
Use GraphicsContext instead of CGContext in RemoteLayerBackingStore
Attachments
Patch
(5.06 KB, patch)
2020-11-09 21:09 PST
,
Tim Horton
no flags
Details
Formatted Diff
Diff
Patch
(7.76 KB, patch)
2020-11-09 22:58 PST
,
Tim Horton
no flags
Details
Formatted Diff
Diff
Patch
(5.86 KB, patch)
2020-11-09 23:19 PST
,
Tim Horton
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(8.08 KB, patch)
2020-11-09 23:22 PST
,
Tim Horton
no flags
Details
Formatted Diff
Diff
Patch
(7.99 KB, patch)
2020-11-10 16:09 PST
,
Tim Horton
no flags
Details
Formatted Diff
Diff
Show Obsolete
(4)
View All
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2020-11-09 21:09:43 PST
Created
attachment 413660
[details]
Patch
Tim Horton
Comment 2
2020-11-09 22:58:18 PST
Created
attachment 413668
[details]
Patch
Wenson Hsieh
Comment 3
2020-11-09 23:07:13 PST
Comment on
attachment 413668
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=413668&action=review
> Source/WebKit/Shared/RemoteLayerTree/RemoteLayerBackingStore.mm:272 > +void RemoteLayerBackingStore::drawInContext(WebCore::GraphicsContext& context, RefPtr<WebCore::NativeImage> backImage)
Nit - I think we generally RefPtr<>&& these, so that we can use move semantics from the call site if possible.
Tim Horton
Comment 4
2020-11-09 23:19:09 PST
Created
attachment 413670
[details]
Patch
Tim Horton
Comment 5
2020-11-09 23:22:00 PST
Created
attachment 413671
[details]
Patch
Tim Horton
Comment 6
2020-11-10 16:09:13 PST
Created
attachment 413755
[details]
Patch
EWS
Comment 7
2020-11-10 16:47:17 PST
Committed
r269664
: <
https://trac.webkit.org/changeset/269664
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 413755
[details]
.
Radar WebKit Bug Importer
Comment 8
2020-11-10 16:48:22 PST
<
rdar://problem/71261307
>
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