[webkit-reviews] review granted: [Bug 230939] GraphicsContextGLAttributes::hasFenceSync should be a property of GraphicsContextGLOpenGL : [Attachment 439577] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 29 03:34:53 PDT 2021
Antti Koivisto <koivisto at iki.fi> has granted Kimmo Kinnunen
<kkinnunen at apple.com>'s request for review:
Bug 230939: GraphicsContextGLAttributes::hasFenceSync should be a property of
GraphicsContextGLOpenGL
https://bugs.webkit.org/show_bug.cgi?id=230939
Attachment 439577: Patch
https://bugs.webkit.org/attachment.cgi?id=439577&action=review
--- Comment #2 from Antti Koivisto <koivisto at iki.fi> ---
Comment on attachment 439577
--> https://bugs.webkit.org/attachment.cgi?id=439577
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
More information about the webkit-reviews
mailing list