drag_utils_mac.mm 528 B

12345678910111213141516171819
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #include "ui/views/drag_utils.h"
  5. #include "base/notreached.h"
  6. namespace views {
  7. void RunShellDrag(gfx::NativeView view,
  8. std::unique_ptr<ui::OSExchangeData> data,
  9. const gfx::Point& location,
  10. int operation,
  11. ui::mojom::DragEventSource source) {
  12. NOTIMPLEMENTED();
  13. }
  14. } // namespace views