Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(947)

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2455983005: Refactor AcceleratedStaticBitmapImage (Closed)
Patch Set: Keep a unique_ptr<WebGraphicsContext3DProvider>, otherwise crashes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 fd7e0784ac1111785c11c5e3d651d0d681933fa8..14754ba5b993eb51a41e5957f984a90a3ef78c2c 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -830,6 +830,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",
@@ -855,14 +857,20 @@ 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/WebGraphicsContext3DProviderWrapper.h",
"graphics/compositing/PaintArtifactCompositor.cpp",
"graphics/compositing/PaintArtifactCompositor.h",
"graphics/cpu/arm/WebGLImageConversionNEON.h",

Powered by Google App Engine
This is Rietveld 408576698