| 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 af7f59c3aa2bf7c20cf93a622db8a0e65c1e360c..e55d992a106ebfa58aa449962bfc428deba91d56 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -640,6 +640,9 @@
|
| 'graphics/LinkHighlight.h',
|
| 'graphics/LoggingCanvas.cpp',
|
| 'graphics/LoggingCanvas.h',
|
| + 'graphics/CompositorMutationsTarget.h',
|
| + 'graphics/CompositorMutatorClient.cpp',
|
| + 'graphics/CompositorMutatorClient.h',
|
| 'graphics/PaintInvalidationReason.cpp',
|
| 'graphics/PaintInvalidationReason.h',
|
| 'graphics/Path.cpp',
|
| @@ -1177,6 +1180,7 @@
|
| 'geometry/RegionTest.cpp',
|
| 'graphics/BitmapImageTest.cpp',
|
| 'graphics/CompositorMutableStateTest.cpp',
|
| + 'graphics/CompositorMutatorClientTest.cpp',
|
| 'graphics/ContiguousContainerTest.cpp',
|
| 'graphics/GraphicsContextTest.cpp',
|
| 'graphics/RecordingImageBufferSurfaceTest.cpp',
|
|
|