Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 59e7807aea6b444a6d280e4fa8126a8e3e07ff6f
https://github.com/WebKit/WebKit/commit/59e7807aea6b444a6d280e4fa8126a8e3e07ff6f
Author: Carlos Garcia Campos <[email protected]>
Date: 2026-07-31 (Fri, 31 Jul 2026)
Changed paths:
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.cpp
M
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h
Log Message:
-----------
[CoordinatedGraphics] Some CoordinatedPlatformLayer pending changes are never
reset
https://bugs.webkit.org/show_bug.cgi?id=320654
Reviewed by Nikolas Zimmermann.
DrawsContent, ClipPath and ScrollingNode are never removed from
m_pendingChanges. DrawsContent and ScrollingNode are not really needed
because those values are not passed to the compositing layer.
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.cpp:
(WebCore::CoordinatedPlatformLayer::setScrollingNodeID):
(WebCore::CoordinatedPlatformLayer::setDrawsContent):
(WebCore::CoordinatedPlatformLayer::flushCompositingStateOnSkiaTarget):
*
Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedPlatformLayer.h:
Canonical link: https://commits.webkit.org/318312@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications