| Index: third_party/WebKit/Source/core/core.gypi
|
| diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
|
| index 77990ace3886ea9f3f52ca993db8648ff4d53b07..b5ffddbcab43e4b113814393fb98b934473fa50d 100644
|
| --- a/third_party/WebKit/Source/core/core.gypi
|
| +++ b/third_party/WebKit/Source/core/core.gypi
|
| @@ -2074,6 +2074,8 @@
|
| 'paint/FilterEffectBuilder.h',
|
| 'paint/FilterPainter.cpp',
|
| 'paint/FilterPainter.h',
|
| + 'paint/FirstMeaningfulPaintDetector.cpp',
|
| + 'paint/FirstMeaningfulPaintDetector.h',
|
| 'paint/FloatClipRecorder.cpp',
|
| 'paint/FloatClipRecorder.h',
|
| 'paint/FramePainter.cpp',
|
| @@ -4233,6 +4235,7 @@
|
| 'paint/LayerClipRecorderTest.cpp',
|
| 'paint/LayoutObjectDrawingRecorderTest.cpp',
|
| 'paint/NinePieceImageGridTest.cpp',
|
| + 'paint/FirstMeaningfulPaintDetectorTest.cpp',
|
| 'paint/PaintControllerPaintTest.cpp',
|
| 'paint/PaintControllerPaintTest.h',
|
| 'paint/PaintInfoTest.cpp',
|
|
|