Bug 236076 - Add specialize type traits to GLContext
Summary: Add specialize type traits to GLContext
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Lord
URL:
Keywords: InRadar
Depends on:
Blocks: 235946
  Show dependency treegraph
 
Reported: 2022-02-03 04:47 PST by Chris Lord
Modified: 2022-02-03 06:18 PST (History)
7 users (show)

See Also:


Attachments
Patch (1.87 KB, patch)
2022-02-03 04:49 PST, Chris Lord
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Lord 2022-02-03 04:47:26 PST
Currently there is GLContext and GLContextEGL which is a sub-class of the former. isEGLContext() exists on the super class, but there are no SPECIALIZE_TYPE_TRAITS defined to be able to downcast to an EGL context.
Comment 1 Chris Lord 2022-02-03 04:49:14 PST
Created attachment 450761 [details]
Patch
Comment 2 EWS 2022-02-03 05:23:08 PST
Committed r289043 (246750@main): <https://commits.webkit.org/246750@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 450761 [details].
Comment 3 Radar WebKit Bug Importer 2022-02-03 05:24:18 PST
<rdar://problem/88430793>