| Index: third_party/WebKit/Source/core/paint/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/paint/BUILD.gn b/third_party/WebKit/Source/core/paint/BUILD.gn
|
| index 0d3bc16ac08f6b7e3ddf3ecaf813391c4f8b7bc7..d6bc5ba2c1911dc91018025295ed6c299ff6eb78 100644
|
| --- a/third_party/WebKit/Source/core/paint/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/paint/BUILD.gn
|
| @@ -104,7 +104,9 @@ blink_core_sources("paint") {
|
| "PaintInvalidator.cpp",
|
| "PaintInvalidator.h",
|
| "PaintLayer.cpp",
|
| + "PaintLayer.h",
|
| "PaintLayerClipper.cpp",
|
| + "PaintLayerClipper.h",
|
| "PaintLayerFragment.h",
|
| "PaintLayerPainter.cpp",
|
| "PaintLayerPainter.h",
|
| @@ -112,8 +114,11 @@ blink_core_sources("paint") {
|
| "PaintLayerResourceInfo.cpp",
|
| "PaintLayerResourceInfo.h",
|
| "PaintLayerScrollableArea.cpp",
|
| + "PaintLayerScrollableArea.h",
|
| "PaintLayerStackingNode.cpp",
|
| + "PaintLayerStackingNode.h",
|
| "PaintLayerStackingNodeIterator.cpp",
|
| + "PaintLayerStackingNodeIterator.h",
|
| "PaintPhase.cpp",
|
| "PaintPhase.h",
|
| "PaintPropertyTreeBuilder.cpp",
|
|
|