[webkit-changes] [WebKit/WebKit] 478410: [CoordinatedGraphics] Remove CoordinatedBackingSto...
Carlos Garcia Campos
noreply at github.com
Wed Oct 23 22:41:39 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4784107f14a1089f2aa6e219c8aa0debf82aada7
https://github.com/WebKit/WebKit/commit/4784107f14a1089f2aa6e219c8aa0debf82aada7
Author: Carlos Garcia Campos <cgarcia at igalia.com>
Date: 2024-10-23 (Wed, 23 Oct 2024)
Changed paths:
M Source/WebCore/platform/TextureMapper.cmake
M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.cpp
M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.h
R Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxyTile.cpp
R Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxyTile.h
Log Message:
-----------
[CoordinatedGraphics] Remove CoordinatedBackingStoreProxyTile
https://bugs.webkit.org/show_bug.cgi?id=281967
Reviewed by Miguel Gomez.
It can be now a private struct in CoordinatedBackingStoreProxy.
* Source/WebCore/platform/TextureMapper.cmake:
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.cpp:
(WebCore::generateTileID):
(WebCore::CoordinatedBackingStoreProxy::updateIfNeeded):
(WebCore::CoordinatedBackingStoreProxy::invalidate):
(WebCore::CoordinatedBackingStoreProxy::createTiles):
(WebCore::CoordinatedBackingStoreProxy::resizeEdgeTiles):
(WebCore::CoordinatedBackingStoreProxy::setKeepRect):
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxy.h:
(WebCore::CoordinatedBackingStoreProxy::Tile::Tile):
(WebCore::CoordinatedBackingStoreProxy::Tile::resize):
(WebCore::CoordinatedBackingStoreProxy::Tile::addDirtyRect):
(WebCore::CoordinatedBackingStoreProxy::Tile::isDirty const):
(WebCore::CoordinatedBackingStoreProxy::Tile::markClean):
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxyTile.cpp: Removed.
* Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStoreProxyTile.h: Removed.
Canonical link: https://commits.webkit.org/285638@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