chromium/ui/base/x/x11_move_loop_delegate.h

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

#ifndef UI_BASE_X_X11_MOVE_LOOP_DELEGATE_H_
#define UI_BASE_X_X11_MOVE_LOOP_DELEGATE_H_

namespace base {
class TimeTicks;
}

namespace gfx {
class Point;
}

namespace ui {

// Receives mouse events while the X11MoveLoop is tracking a drag.
class X11MoveLoopDelegate {};

}  // namespace ui

#endif  // UI_BASE_X_X11_MOVE_LOOP_DELEGATE_H_