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

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

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Addresses comments #56-58. Created 3 years, 5 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 79c31177a3351dc58594aaa7a93e1f083b419e03..93a78d78620ebe2bf5f7a456955096c3eee1fd68 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -627,6 +627,7 @@ component("platform") {
"exported/WebSpeechSynthesizerClientImpl.h",
"exported/WebStorageQuotaCallbacks.cpp",
"exported/WebString.cpp",
+ "exported/WebSurfaceLayerBridge.cpp",
"exported/WebTextRun.cpp",
"exported/WebThreadSafeData.cpp",
"exported/WebURL.cpp",
@@ -835,8 +836,6 @@ component("platform") {
"graphics/CanvasHeuristicParameters.h",
"graphics/CanvasMetrics.cpp",
"graphics/CanvasMetrics.h",
- "graphics/CanvasSurfaceLayerBridge.cpp",
- "graphics/CanvasSurfaceLayerBridge.h",
"graphics/Color.cpp",
"graphics/Color.h",
"graphics/ColorBehavior.cpp",
@@ -958,6 +957,8 @@ 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",

Powered by Google App Engine
This is Rietveld 408576698