[Webkit-unassigned] [Bug 206069] New: [GTK] compilation breaks if POINT_LOCK is not enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 10 08:58:30 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206069

            Bug ID: 206069
           Summary: [GTK] compilation breaks if POINT_LOCK is not enabled
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: vjaquez at igalia.com
                CC: bugs-noreply at webkitgtk.org

If POINT_LOCK is not enabled at configuration time, compilation breaks with

/opt/webkit/WebKit/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:1886:26: error: no member named 'didAllowPointerLock' in 'WebKit::WebPageProxy'
        priv->pageProxy->didAllowPointerLock();
        ~~~~~~~~~~~~~~~  ^
/opt/webkit/WebKit/Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp:1891:22: error: no member named 'didDenyPointerLock' in 'WebKit::WebPageProxy'
    priv->pageProxy->didDenyPointerLock();
    ~~~~~~~~~~~~~~~  ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200110/a2271568/attachment.htm>


More information about the webkit-unassigned mailing list