[webkit-changes] [WebKit/WebKit] bd4956: [CoordinatedGraphics] Add helper CoordinatedBackin...
Carlos Garcia Campos
noreply at github.com
Thu Oct 24 22:45:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bd4956484e57ce265c897c01392c86af472e7854
https://github.com/WebKit/WebKit/commit/bd4956484e57ce265c897c01392c86af472e7854
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.cpp
M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.h
Log Message:
-----------
[CoordinatedGraphics] Add helper CoordinatedBackingStoreProxy::forEachTilePositionInRect
https://bugs.webkit.org/show_bug.cgi?id=282037
Reviewed by Miguel Gomez.
Helper function to make it easier to iterate the tile positions in a
given rectangle.
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.cpp:
(WebCore::CoordinatedBackingStoreProxy::invalidateRegion):
(WebCore::CoordinatedBackingStoreProxy::createOrDestroyTiles):
(WebCore::CoordinatedBackingStoreProxy::forEachTilePositionInRect):
(WebCore::innerBottomRight): Deleted.
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.h:
Canonical link: https://commits.webkit.org/285689@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