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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2956713003: Replaces VideoLayer with a SurfaceLayer in WebMediaPlayerImpl (Closed)
Patch Set: Replaces VideoLayer with SurfaceLayer. 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index f412b84a011869a07634fa65075fb233d65a9733..c919af34e0b0ace652b6540807690069bb143c40 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -335,6 +335,7 @@ source_set("blink_headers") {
"platform/WebStorageQuotaError.h",
"platform/WebStorageQuotaType.h",
"platform/WebString.h",
+ "platform/WebSurfaceLayerBridgeObserver.h",
"platform/WebTextInputInfo.h",
"platform/WebTextInputMode.h",
"platform/WebTextInputType.h",
@@ -358,6 +359,7 @@ source_set("blink_headers") {
"platform/WebURLRequest.h",
"platform/WebURLResponse.h",
"platform/WebVector.h",
+ "platform/WebVideoSurfaceLayerBridge.h",
"platform/WebViewportStyle.h",
"platform/WebWorkerFetchContext.h",
"platform/linux/WebFallbackFont.h",

Powered by Google App Engine
This is Rietveld 408576698