Bug 220152

Summary: Missing header gtk/gtk.h in PointerLockManagerX11.cpp
Product: WebKit Reporter: Dave Blanchard <dave>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Add missing gtk/gtk.h include to PointerLockManagerX11.cpp none

Description Dave Blanchard 2020-12-26 08:45:12 PST
Created attachment 416784 [details]
Add missing gtk/gtk.h include to PointerLockManagerX11.cpp

In certain configurations, with GTK3, WebKitGTK fails to compile due to header gtk/gtk.h not being included in ./Source/WebKit/UIProcess/gtk/PointerLockManagerX11.cpp. I think disabling OpenGL was the trigger, but don't recall exactly. See attached patch.
Comment 1 Carlos Garcia Campos 2021-01-21 04:34:08 PST
Committed r271689: <https://trac.webkit.org/changeset/271689>