| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index a45543acd394e115de7e45c1426bbc8856aa98db..51f68bb41ad21ad9643f234793fdc38838be08fe 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -930,6 +930,9 @@ component("platform") {
|
| "graphics/LinkHighlight.h",
|
| "graphics/LoggingCanvas.cpp",
|
| "graphics/LoggingCanvas.h",
|
| + "graphics/OffscreenCanvasFrameDispatcher.h",
|
| + "graphics/OffscreenCanvasFrameDispatcherImpl.cpp",
|
| + "graphics/OffscreenCanvasFrameDispatcherImpl.h",
|
| "graphics/PaintGeneratedImage.cpp",
|
| "graphics/PaintGeneratedImage.h",
|
| "graphics/PaintInvalidationReason.cpp",
|
|
|