You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ONEM-32713 resize surfaces at suspendToTransparent
This is to save the memory allocated for swapchain surfaces
when wpe is going invisible.
Only active with RESIZE_WAYLAND_SURFACES_ON_SUSPEND_PAINTING
compilation var enabled, and with non-composite webgl
disabled.
Copy file name to clipboardExpand all lines: Source/cmake/OptionsWPE.cmake
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,7 @@ WEBKIT_OPTION_DEFINE(USE_EXTERNAL_HOLEPUNCH "Whether to enable external holepunc
107
107
WEBKIT_OPTION_DEFINE(ENABLE_ACCELERATED_2D_CANVAS"Whether to enable accelerated 2D canvas"PRIVATEOFF)
108
108
WEBKIT_OPTION_DEFINE(ENABLE_OIPF_VK"Whether to enable OIPF keys for DAE applications"PRIVATEOFF)
109
109
WEBKIT_OPTION_DEFINE(USE_LINUX_FTRACE"Whether to use ftrace based webkit tracing"PRIVATEOFF)
110
+
WEBKIT_OPTION_DEFINE(ENABLE_RESIZE_WAYLAND_SURFACES_ON_SUSPEND_PAINTING"Whether to enable resizing of wayland surfaces when painting is suspended"PRIVATEOFF)
110
111
111
112
# Supported platforms.
112
113
WEBKIT_OPTION_DEFINE(USE_WPEWEBKIT_PLATFORM_WESTEROS"Whether to enable support for the Westeros platform"PUBLICOFF)
0 commit comments