| 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 a94728e2e5bf5b611deff5935b6f31baf386ecaa..29258112a2019604303aa498fabcb70bb1feca9e 100644
|
| --- a/third_party/WebKit/Source/core/paint/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/paint/BUILD.gn
|
| @@ -94,7 +94,6 @@ blink_core_sources("paint") {
|
| "NinePieceImagePainter.h",
|
| "ObjectPaintInvalidator.cpp",
|
| "ObjectPaintInvalidator.h",
|
| - "ObjectPaintProperties.cpp",
|
| "ObjectPaintProperties.h",
|
| "ObjectPainter.cpp",
|
| "ObjectPainter.h",
|
| @@ -133,6 +132,8 @@ blink_core_sources("paint") {
|
| "PartPainter.h",
|
| "PrePaintTreeWalk.cpp",
|
| "PrePaintTreeWalk.h",
|
| + "RarePaintData.cpp",
|
| + "RarePaintData.h",
|
| "ReplacedPainter.cpp",
|
| "ReplacedPainter.h",
|
| "RootInlineBoxPainter.cpp",
|
|
|