Changeset 213660 in webkit


Ignore:
Timestamp:
Mar 9, 2017 1:19:34 PM (7 years ago)
Author:
Megan Gardner
Message:

Fix DataInteraction guards
https://bugs.webkit.org/show_bug.cgi?id=169404

Reviewed by Wenson Hsieh.

  • WebCoreSupport/WebDragClient.mm:
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r213627 r213660  
     12017-03-08  Megan Gardner  <megan_gardner@apple.com>
     2
     3        Fix DataInteraction guards
     4        https://bugs.webkit.org/show_bug.cgi?id=169404
     5
     6        Reviewed by Wenson Hsieh.
     7
     8        * WebCoreSupport/WebDragClient.mm:
     9
    1102017-03-08  Wenson Hsieh  <wenson_hsieh@apple.com>
    211
  • trunk/Source/WebKit/mac/WebCoreSupport/WebDragClient.mm

    r213292 r213660  
    180180#endif
    181181
    182 #else
     182#elif !ENABLE(DATA_INTERACTION)
    183183
    184184bool WebDragClient::useLegacyDragClient()
     
    203203{
    204204}
    205 #if !ENABLE(DATA_INTERACTION)
     205
    206206void WebDragClient::startDrag(WebCore::DragImage, const IntPoint&, const IntPoint&, const FloatPoint&, DataTransfer&, Frame&, WebCore::DragSourceAction)
    207207{
    208208}
    209 #endif
     209
    210210void WebDragClient::beginDrag(DragItem, Frame&, const IntPoint&, const IntPoint&, DataTransfer&, DragSourceAction)
    211211{
Note: See TracChangeset for help on using the changeset viewer.