#include "ui/views/widget/desktop_aura/window_move_client_platform.h"
#include "ui/views/widget/desktop_aura/desktop_window_tree_host_platform.h"
namespace views {
WindowMoveClientPlatform::WindowMoveClientPlatform(
DesktopWindowTreeHostPlatform* host)
: … { … }
WindowMoveClientPlatform::~WindowMoveClientPlatform() = default;
wm::WindowMoveResult WindowMoveClientPlatform::RunMoveLoop(
aura::Window* source,
const gfx::Vector2d& drag_offset,
wm::WindowMoveSource move_source) { … }
void WindowMoveClientPlatform::EndMoveLoop() { … }
}