| 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 692221d170c574fc3956b5ccbafb575bdf3bea09..01ba59ded0bd2ed1c6283fed4d7f723970b603a5 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -772,6 +772,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',
|
| @@ -782,6 +784,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',
|
| @@ -1207,6 +1210,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',
|
|
|