diff --git a/common.gypi b/common.gypi index ebf5e4ed8..cce7b3ca5 100644 --- a/common.gypi +++ b/common.gypi @@ -1874,7 +1874,6 @@ 'arm_arch%': '', 'arm_tune%': 'cortex-a9', 'arm_thumb%': 1, - 'video_hole%': 1, }], ], }], diff --git a/config/features.gni b/config/features.gni index 969a46404..9a29d5e11 100644 --- a/config/features.gni +++ b/config/features.gni @@ -89,7 +89,7 @@ declare_args() { enable_remoting = !is_ios && !is_android && !is_chromecast # Enable hole punching for the protected video. - enable_video_hole = is_android || is_chromecast + enable_video_hole = is_android # Enables browser side Content Decryption Modules. Required for embedders # (e.g. Android and ChromeCast) that use a browser side CDM.