Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index f0dca90976bcc1f1222bece1ee58c1fede24441b..9cbf8623443d9a1b184c827f6192c3d0fa976f71 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -64,8 +64,8 @@ declare_args() { |
enable_remoting = !is_ios && !is_chromecast |
- # Enable hole punching for the protected video. |
- enable_video_hole = is_android |
+ # Hole punching is deprecated. |
+ enable_video_hole = false |
halliwell
2016/07/14 16:37:35
is android webview still using this? (a search fo
liberato (no reviews please)
2016/07/14 16:53:36
+timav, but i believe that the answer recently bec
Tima Vaisburd
2016/07/14 18:23:16
WebView does not currently use VIDEO_HOLE. I think
AndyWu
2016/07/14 19:02:08
Just to be safe, I take the suggestion from halliw
|
# Enables browser side Content Decryption Modules. Required for embedders |
# (e.g. Android and ChromeCast) that use a browser side CDM. |