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

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

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Addresses comment #13. Created 3 years, 6 months 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 c806f309a9ee6f9b71e922c932d9243bc4c2be86..aa8433520f00def72b549c22e71fc0c66892e7a4 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -637,6 +637,7 @@ component("platform") {
"exported/WebURLLoaderTestDelegate.cpp",
"exported/WebURLRequest.cpp",
"exported/WebURLResponse.cpp",
+ "exported/WebVideoSurfaceLayerBridge.cpp",
"exported/WrappedResourceRequest.h",
"exported/WrappedResourceResponse.h",
"exported/linux/WebFontRenderStyle.cpp",
@@ -959,12 +960,16 @@ component("platform") {
"graphics/StaticBitmapImage.h",
"graphics/StrokeData.cpp",
"graphics/StrokeData.h",
+ "graphics/SurfaceLayerBridge.cpp",
+ "graphics/SurfaceLayerBridge.h",
"graphics/TextureHolder.h",
"graphics/TouchAction.h",
"graphics/UnacceleratedImageBufferSurface.cpp",
"graphics/UnacceleratedImageBufferSurface.h",
"graphics/UnacceleratedStaticBitmapImage.cpp",
"graphics/UnacceleratedStaticBitmapImage.h",
+ "graphics/VideoSurfaceLayerBridge.cpp",
+ "graphics/VideoSurfaceLayerBridge.h",
"graphics/WebGraphicsContext3DProviderWrapper.h",
"graphics/compositing/ContentLayerClientImpl.cpp",
"graphics/compositing/ContentLayerClientImpl.h",

Powered by Google App Engine
This is Rietveld 408576698