[webkit-changes] [WebKit/WebKit] 324ad4: [WPE] Remove unused WEBKIT_DISABLE_ACCELERATED_2D_...
Pablo Saavedra Rodiño
noreply at github.com
Thu Sep 12 03:54:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 324ad41baba2dff2a083731f503ff68de294e24a
https://github.com/WebKit/WebKit/commit/324ad41baba2dff2a083731f503ff68de294e24a
Author: Pablo Saavedra <psaavedra at igalia.com>
Date: 2024-09-12 (Thu, 12 Sep 2024)
Changed paths:
M Source/WebKit/UIProcess/wpe/WebPreferencesWPE.cpp
Log Message:
-----------
[WPE] Remove unused WEBKIT_DISABLE_ACCELERATED_2D_CANVAS
https://bugs.webkit.org/show_bug.cgi?id=279587
Reviewed by Alejandro G. Castro.
The code disabling accelerated 2D canvas with an envar when using Skia
is no longer necessary after the introduction of a dedicated setting
for 2D canvas acceleration
(webkit.org/274306 - https://commits.webkit.org/278989@main).
This removes the redundant code block.
* Source/WebKit/UIProcess/wpe/WebPreferencesWPE.cpp:
(WebKit::WebPreferences::platformInitializeStore):
Canonical link: https://commits.webkit.org/283549@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list