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 fc21478f4f1e983b888f0a616855c802a89bf4e8..7e1d1c535e87fdfa5d8b573d2d5422c767af0d64 100644 |
--- a/third_party/WebKit/Source/platform/BUILD.gn |
+++ b/third_party/WebKit/Source/platform/BUILD.gn |
@@ -831,6 +831,8 @@ component("platform") { |
"graphics/LinkHighlight.h", |
"graphics/LoggingCanvas.cpp", |
"graphics/LoggingCanvas.h", |
+ "graphics/MailboxTextureHolder.cpp", |
+ "graphics/MailboxTextureHolder.h", |
"graphics/OffscreenCanvasFrameDispatcher.h", |
"graphics/OffscreenCanvasFrameDispatcherImpl.cpp", |
"graphics/OffscreenCanvasFrameDispatcherImpl.h", |
@@ -856,14 +858,19 @@ component("platform") { |
"graphics/RecordingImageBufferSurface.h", |
"graphics/ReplayingCanvas.cpp", |
"graphics/ReplayingCanvas.h", |
+ "graphics/SkiaTextureHolder.cpp", |
+ "graphics/SkiaTextureHolder.h", |
"graphics/SquashingDisallowedReasons.cpp", |
"graphics/SquashingDisallowedReasons.h", |
"graphics/StaticBitmapImage.cpp", |
"graphics/StaticBitmapImage.h", |
"graphics/StrokeData.cpp", |
"graphics/StrokeData.h", |
+ "graphics/TextureHolder.h", |
"graphics/UnacceleratedImageBufferSurface.cpp", |
"graphics/UnacceleratedImageBufferSurface.h", |
+ "graphics/UnacceleratedStaticBitmapImage.cpp", |
+ "graphics/UnacceleratedStaticBitmapImage.h", |
"graphics/compositing/PaintArtifactCompositor.cpp", |
"graphics/compositing/PaintArtifactCompositor.h", |
"graphics/cpu/arm/WebGLImageConversionNEON.h", |