Changeset 239140 in webkit


Ignore:
Timestamp:
Dec 12, 2018 5:32:58 PM (5 years ago)
Author:
Chris Fleizach
Message:

[meta][WebKit] Remove using namespace WebCore and WebKit in the global scope for unified source builds
https://bugs.webkit.org/show_bug.cgi?id=192449
<rdar://problem/46595508>

Reviewed by Tim Horton.

Fix iosmac build.

  • UIProcess/ios/WKContentViewInteraction.mm:

(-[WKContentView _hoverGestureRecognizerChanged:]):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r239134 r239140  
     12018-12-12  Chris Fleizach  <cfleizach@apple.com>
     2
     3        [meta][WebKit] Remove using namespace WebCore and WebKit in the global scope for unified source builds
     4        https://bugs.webkit.org/show_bug.cgi?id=192449
     5        <rdar://problem/46595508>
     6
     7        Reviewed by Tim Horton.
     8
     9        Fix iosmac build.
     10
     11        * UIProcess/ios/WKContentViewInteraction.mm:
     12        (-[WKContentView _hoverGestureRecognizerChanged:]):
     13
    1142018-12-12  Alex Christensen  <achristensen@webkit.org>
    215
  • trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

    r239128 r239140  
    62026202
    62036203    auto event = adoptNS([[::WebEvent alloc] initWithMouseEventType:WebEventMouseMoved timeStamp:timestamp location:point]);
    6204     _page->handleMouseEvent(NativeWebMouseEvent(event.get()));
     6204    _page->handleMouseEvent(WebKit::NativeWebMouseEvent(event.get()));
    62056205}
    62066206#endif
Note: See TracChangeset for help on using the changeset viewer.