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

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

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Moves some implementation into SurfaceLayerBridge. 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 00273c06e88922007b8b20698cd1335ae089b9f2..49783819a0d08428418fe0f84d6323e10c067d6a 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -635,6 +635,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",
@@ -957,12 +958,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