Files
Simone Arpe 9c848af0b5 Fix Picture-in-Picture orientation issues for YouTube videos (#30578)
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.
2025-08-12 13:59:08 +02:00

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",
]