[webkit-changes] [WebKit/WebKit] 5781fe: [WPE][GTK] Fix GPUProcess compilation
alexgcastro
noreply at github.com
Tue Jul 30 13:28:27 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5781fed5462de13057d7313d89d2347627ee8242
https://github.com/WebKit/WebKit/commit/5781fed5462de13057d7313d89d2347627ee8242
Author: Alejandro G. Castro <alex at igalia.com>
Date: 2024-07-30 (Tue, 30 Jul 2024)
Changed paths:
M Source/WebKit/GPUProcess/GPUConnectionToWebProcess.h
M Source/WebKit/Shared/unix/AuxiliaryProcessMain.cpp
M Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp
Log Message:
-----------
[WPE][GTK] Fix GPUProcess compilation
https://bugs.webkit.org/show_bug.cgi?id=277339
Reviewed by Michael Catanzaro.
Fix the compilation after the commits:
- https://commits.webkit.org/281488@main
- https://commits.webkit.org/281360@main
* Source/WebKit/GPUProcess/GPUConnectionToWebProcess.h:
(WebKit::GPUConnectionToWebProcess::updateSharedPreferencesForWebProcess):
We avoid the const because we are going to move it.
* Source/WebKit/Shared/unix/AuxiliaryProcessMain.cpp: Avoid the
compilation properly.
* Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp:
(WebKit::ProcessLauncher::launchProcess): Ditto.
Canonical link: https://commits.webkit.org/281595@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