forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Delivers drag and drop methods from Surface to DataDevice."
This reverts commit c59f626. Reason for revert: Broke compilation on Linux ChromiumOS Builder (dbg) ../../components/exo/data_device_delegate.h:28: error: undefined reference to 'vtable for exo::DataDeviceDelegate' ../../third_party/binutils/Linux_x64/Release/bin/ld.gold: the vtable symbol may be undefined because the class is missing its key function clang: error: linker command failed with exit code 1 (use -v to see invocation) Original change's description: > Delivers drag and drop methods from Surface to DataDevice. > > The CL lets Surface observe drag and drop events and delegates the events to > DataDevice thorugh DataDeviceManager. > > Bug: b:31988797 > Test: None > Change-Id: I9574cd86137922d7527bd297d182a7b45e632c9e > Reviewed-on: https://chromium-review.googlesource.com/579250 > Commit-Queue: Daichi Hirono <hirono@chromium.org> > Reviewed-by: David Reveman <reveman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#491951} TBR=reveman@chromium.org,hirono@chromium.org,hidehiko@chromium.org Change-Id: Ie770510e27a19b94f5e621ef41d24138c219104c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:31988797 Reviewed-on: https://chromium-review.googlesource.com/601989 Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#491984}
- Loading branch information
Vasilii Sukhanov
authored and
Commit Bot
committed
Aug 4, 2017
1 parent
bc34c90
commit 0fb3a38
Showing
4 changed files
with
3 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters