chromium/ui/aura/client/drag_drop_delegate.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/aura/client/drag_drop_delegate.h"

#include "ui/base/class_property.h"
#include "ui/base/dragdrop/mojom/drag_drop_types.mojom-shared.h"

DEFINE_EXPORTED_UI_CLASS_PROPERTY_TYPE()

namespace aura {
namespace client {

DragUpdateInfo::DragUpdateInfo() = default;

DragUpdateInfo::DragUpdateInfo(int op, ui::DataTransferEndpoint endpoint)
    :{}

DragUpdateInfo::DragUpdateInfo(const DragUpdateInfo& update_info) = default;

DragUpdateInfo& DragUpdateInfo::operator=(const DragUpdateInfo& update_info) =
    default;

DEFINE_UI_CLASS_PROPERTY_KEY()

void SetDragDropDelegate(Window* window, DragDropDelegate* delegate) {}

DragDropDelegate* GetDragDropDelegate(Window* window) {}

}  // namespace client
}  // namespace aura