| 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 93a4ef09c8333cc7921f6921ce1b18f7205299c8..c20c9b54fd1f361f3eca922e3dced6ba5b2311f6 100644
|
| --- a/third_party/WebKit/Source/core/paint/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/paint/BUILD.gn
|
| @@ -13,6 +13,8 @@ blink_core_sources("paint") {
|
| "BlockFlowPaintInvalidator.h",
|
| "BlockFlowPainter.cpp",
|
| "BlockFlowPainter.h",
|
| + "BlockPaintInvalidator.cpp",
|
| + "BlockPaintInvalidator.h",
|
| "BlockPainter.cpp",
|
| "BlockPainter.h",
|
| "BoxBorderPainter.cpp",
|
|
|