This fix ensures that YouTube videos on Android can properly handle the transition from fullscreen playback to Picture-in-Picture mode without interference from automatic screen orientation changes.
8 lines
178 B
Python
8 lines
178 B
Python
include_rules = [
|
|
"+base/supports_user_data.h",
|
|
"+content/browser/screen_orientation",
|
|
"+content/common",
|
|
"+content/public/browser",
|
|
"+services/device/public/mojom",
|
|
]
|