Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1069)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2729243002: Improve performance of GeometryMapper cache. (Closed)
Patch Set: none Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index f4dd7cb3d88622ded378fdadff2f72ae3328cedc..a894063daa84dd7e377df233ccfcb54ac17cb7f5 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -972,6 +972,10 @@ component("platform") {
"graphics/paint/ForeignLayerDisplayItem.h",
"graphics/paint/GeometryMapper.cpp",
"graphics/paint/GeometryMapper.h",
+ "graphics/paint/GeometryMapperClipCache.cpp",
+ "graphics/paint/GeometryMapperClipCache.h",
+ "graphics/paint/GeometryMapperTransformCache.cpp",
+ "graphics/paint/GeometryMapperTransformCache.h",
"graphics/paint/PaintArtifact.cpp",
"graphics/paint/PaintArtifact.h",
"graphics/paint/PaintCanvas.h",

Powered by Google App Engine
This is Rietveld 408576698