| Index: ui/events/event.cc
|
| diff --git a/ui/events/event.cc b/ui/events/event.cc
|
| index 46c31a6148bd7fe0adea840a80c0db99697fcc15..3b4cdce795a0d18b3ee0b424d32f6e6aa0328cd6 100644
|
| --- a/ui/events/event.cc
|
| +++ b/ui/events/event.cc
|
| @@ -678,22 +678,6 @@ void TranslatedKeyEvent::ConvertToKeyEvent() {
|
| }
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| -// DropTargetEvent
|
| -
|
| -DropTargetEvent::DropTargetEvent(const OSExchangeData& data,
|
| - const gfx::Point& location,
|
| - const gfx::Point& root_location,
|
| - int source_operations)
|
| - : LocatedEvent(ET_DROP_TARGET_EVENT,
|
| - location,
|
| - root_location,
|
| - EventTimeForNow(),
|
| - 0),
|
| - data_(data),
|
| - source_operations_(source_operations) {
|
| -}
|
| -
|
| -////////////////////////////////////////////////////////////////////////////////
|
| // ScrollEvent
|
|
|
| ScrollEvent::ScrollEvent(const base::NativeEvent& native_event)
|
|
|