| 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 df2ad16aa143ac084c1400e0f6f9fbe6e4686050..312803e26b1d6803d5feab0a31679e317a2960be 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",
|
|
|