[Webkit-unassigned] [Bug 164634] New: Remove pointer lock CG calls from WebPageProxy.cpp and WebChromeClient.mm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 22:29:29 PST 2016


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

            Bug ID: 164634
           Summary: Remove pointer lock CG calls from WebPageProxy.cpp and
                    WebChromeClient.mm
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeremyj-wk at apple.com

WebPageProxy.cpp and WebChromeClient.mm have CG calls for pointer lock on Mac.

    CGDisplayHideCursor(CGMainDisplayID());
    CGAssociateMouseAndMouseCursorPosition(false);
    CGAssociateMouseAndMouseCursorPosition(true);
    CGDisplayShowCursor(CGMainDisplayID());

Move these to a platform specific manager class in WebCore to be used by WK1 and WK2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161111/5c069ec3/attachment.html>


More information about the webkit-unassigned mailing list