WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
Bug 233123
Canvas rendering context should not be tied to PlatformLayer
https://bugs.webkit.org/show_bug.cgi?id=233123
Summary
Canvas rendering context should not be tied to PlatformLayer
Kimmo Kinnunen
Reported
2021-11-15 05:42:54 PST
Canvas rendering context should not be tied to PlatformLayer Currently CanvasRenderingContext "draws to" PlatformLayer, i.e. has CanvasRenderingContext::platformLayer(). This does not work for UI-side compositing, as we do not want the WebGL graphics context need CALayer in the UI process. Instead there should be some sort of abstraction that can be used in conjunction with GraphicsLayer contents property, so that what CanvasRenderingContext draws can be shown as GraphicsLayer contents.
Attachments
Patch
(77.96 KB, patch)
2021-11-15 06:20 PST
,
Kimmo Kinnunen
no flags
Details
Formatted Diff
Diff
Patch
(72.41 KB, patch)
2021-11-16 07:39 PST
,
Kimmo Kinnunen
no flags
Details
Formatted Diff
Diff
Patch
(72.28 KB, patch)
2021-11-16 07:43 PST
,
Kimmo Kinnunen
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Kimmo Kinnunen
Comment 1
2021-11-15 06:20:56 PST
Created
attachment 444245
[details]
Patch
Kimmo Kinnunen
Comment 2
2021-11-16 07:39:00 PST
Created
attachment 444380
[details]
Patch
Kimmo Kinnunen
Comment 3
2021-11-16 07:43:05 PST
Created
attachment 444381
[details]
Patch
Kimmo Kinnunen
Comment 4
2021-11-18 10:51:33 PST
Currently implemented as part of the parent patch in
bug 231009
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