Bug 230939

Summary: GraphicsContextGLAttributes::hasFenceSync should be a property of GraphicsContextGLOpenGL
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: WebGLAssignee: Kimmo Kinnunen <kkinnunen>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, ews-watchlist, kbr, kkinnunen, koivisto, kondapallykalyan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Kimmo Kinnunen
Reported 2021-09-29 00:59:35 PDT
GraphicsContextGLAttributes::hasFenceSync should be a property of GraphicsContextGLOpenGL hasFenceSync is just an internal bool of (Cocoa) GraphicsContextGLOpenGL
Attachments
Patch (4.23 KB, patch)
2021-09-29 01:02 PDT, Kimmo Kinnunen
no flags
Kimmo Kinnunen
Comment 1 2021-09-29 01:02:48 PDT
Antti Koivisto
Comment 2 2021-09-29 03:34:53 PDT
Comment on attachment 439577 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=439577&action=review > Source/WebCore/platform/graphics/opengl/GraphicsContextGLOpenGL.h:797 > + bool m_useFenceSyncForDisplayRateLimit = false; I'd use the { } initialization syntax
EWS
Comment 3 2021-09-30 05:47:20 PDT
Committed r283308 (242333@main): <https://commits.webkit.org/242333@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 439577 [details].
Radar WebKit Bug Importer
Comment 4 2021-09-30 05:48:44 PDT
Note You need to log in before you can comment on or make changes to this bug.