Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 70bdcef19d81fe08c3a4092400684765d71345cd
https://github.com/WebKit/WebKit/commit/70bdcef19d81fe08c3a4092400684765d71345cd
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h
M
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h
Log Message:
-----------
[CoordinatedGraphics] Replace bit-shifted Change enum in
CoordinatedPlatformLayer with EnumSet
https://bugs.webkit.org/show_bug.cgi?id=313406
Reviewed by Carlos Garcia Campos.
Replace the bit-shifted OptionSet<Change> with an EnumSet<Change> backed
by sequential enum values. Sort the Change enumerators alphabetically.
No change in behavior, thus no new tests.
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h:
*
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.cpp:
(WebCore::GraphicsLayerCoordinated::setContentsToPlatformLayer):
(WebCore::GraphicsLayerCoordinated::setContentsDisplayDelegate):
(WebCore::GraphicsLayerCoordinated::noteLayerPropertyChanged):
*
Source/WebCore/platform/graphics/texmap/coordinated/GraphicsLayerCoordinated.h:
Canonical link: https://commits.webkit.org/312078@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications