chromium/components/policy/resources/templates/policy_definitions/Miscellaneous/WindowOcclusionEnabled.yaml

caption: Enable Window Occlusion
default: true
desc: |-
  Enables window occlusion in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.

        If you enable this setting, to reduce CPU and power consumption <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will detect when a window is covered by other windows, and will suspend work painting pixels.

        If you disable this setting <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will not detect when a window is covered by other windows.

        If this policy is left not set, occlusion detection will be enabled.
example_value: true
features:
  can_be_recommended: false
  dynamic_refresh: true
  per_profile: false
items:
- caption: Detect covered window and suspend its painting
  value: true
- caption: Do not detect covered window
  value: false
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  type: boolean
supported_on:
- chrome.win:90-
tags: []
type: main