| 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 cb99486d682a62aa3b34d2a5d8f765ba10712d68..a0eff7f889f9d0a3d9b3df944f03b65541099dd2 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -971,6 +971,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",
|
|
|