| Index: third_party/WebKit/Source/platform/blink_platform.gypi
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| index cb0ff9c4cc807e86093e2ff4363802fb636bbdb5..f3865d80e36f2a551c7bb33701d9b7b643a0f4ca 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -774,6 +774,8 @@
|
| 'graphics/paint/FloatClipDisplayItem.h',
|
| 'graphics/paint/ForeignLayerDisplayItem.cpp',
|
| 'graphics/paint/ForeignLayerDisplayItem.h',
|
| + 'graphics/paint/GeometryMapper.cpp',
|
| + 'graphics/paint/GeometryMapper.h',
|
| 'graphics/paint/PaintArtifact.cpp',
|
| 'graphics/paint/PaintArtifact.h',
|
| 'graphics/paint/PaintArtifactToSkCanvas.cpp',
|
| @@ -784,6 +786,7 @@
|
| 'graphics/paint/PaintChunker.h',
|
| 'graphics/paint/PaintController.cpp',
|
| 'graphics/paint/PaintController.h',
|
| + 'graphics/paint/PropertyTreeState.h',
|
| 'graphics/paint/ScopedPaintChunkProperties.h',
|
| 'graphics/paint/ScrollDisplayItem.cpp',
|
| 'graphics/paint/ScrollDisplayItem.h',
|
| @@ -1209,6 +1212,7 @@
|
| 'graphics/paint/DisplayItemClientTest.cpp',
|
| 'graphics/paint/DisplayItemListTest.cpp',
|
| 'graphics/paint/DisplayItemTest.cpp',
|
| + 'graphics/paint/GeometryMapperTest.cpp',
|
| 'graphics/paint/PaintArtifactToSkCanvasTest.cpp',
|
| 'graphics/paint/PaintChunkerTest.cpp',
|
| 'graphics/paint/PaintControllerTest.cpp',
|
|
|