From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- widget/nsIGfxInfo.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'widget/nsIGfxInfo.idl') diff --git a/widget/nsIGfxInfo.idl b/widget/nsIGfxInfo.idl index 4f4f0b7e1e..0df8696da7 100644 --- a/widget/nsIGfxInfo.idl +++ b/widget/nsIGfxInfo.idl @@ -19,6 +19,8 @@ interface nsIGfxInfo : nsISupports readonly attribute AString AzureCanvasBackend; readonly attribute AString AzureContentBackend; readonly attribute boolean usingGPUProcess; + readonly attribute boolean usingRemoteCanvas; + readonly attribute boolean usingAcceleratedCanvas; readonly attribute boolean hasBattery; readonly attribute AString DWriteVersion; readonly attribute AString cleartypeParameters; @@ -215,8 +217,12 @@ interface nsIGfxInfo : nsISupports const long FEATURE_VIDEO_SOFTWARE_OVERLAY = 46; /* Whether WebGL is allowed to use hardware rendering, otherwise software fallbacks. */ const long FEATURE_WEBGL_USE_HARDWARE = 47; + /* Whether overlay is allowed to VideoProcessor-HDR on SDR content */ + const long FEATURE_OVERLAY_VP_AUTO_HDR = 48; + /* Whether overlay is allowed to VideoProcessor Super Resolution */ + const long FEATURE_OVERLAY_VP_SUPER_RESOLUTION = 49; /* the maximum feature value. */ - const long FEATURE_MAX_VALUE = FEATURE_WEBGL_USE_HARDWARE; + const long FEATURE_MAX_VALUE = FEATURE_OVERLAY_VP_SUPER_RESOLUTION; /* * A set of return values from GetFeatureStatus -- cgit v1.2.3