[webkit-changes] [WebKit/WebKit] f0294b: [TextureMapper] Convert class-level WEBCORE_EXPORT...
Fujii Hironori
noreply at github.com
Tue Oct 22 03:19:07 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f0294b5a9c38cb842b44bee7840b65db358dea13
https://github.com/WebKit/WebKit/commit/f0294b5a9c38cb842b44bee7840b65db358dea13
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M Source/WebCore/platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.h
M Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h
Log Message:
-----------
[TextureMapper] Convert class-level WEBCORE_EXPORT to method-level
https://bugs.webkit.org/show_bug.cgi?id=281899
Reviewed by Carlos Garcia Campos.
check-webkit-style complains inline functions in class-level
WEBCORE_EXPORT. And, WebKit prefers method-level WEBCORE_EXPORT.
* Source/WebCore/platform/graphics/texmap/GraphicsContextGLTextureMapperANGLE.h:
* Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h:
Canonical link: https://commits.webkit.org/285551@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list