| Index: content/browser/renderer_host/input/touch_handle.h
|
| diff --git a/content/browser/renderer_host/input/touch_handle.h b/content/browser/renderer_host/input/touch_handle.h
|
| index 7859febef238ea035e699bd1d253af7eeb022fc1..efd36f4cd86f777457a8e989cf8eaf8d68835f53 100644
|
| --- a/content/browser/renderer_host/input/touch_handle.h
|
| +++ b/content/browser/renderer_host/input/touch_handle.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time/time.h"
|
| +#include "content/browser/renderer_host/input/touch_handle_orientation.h"
|
| #include "content/common/content_export.h"
|
| #include "ui/events/gesture_detection/motion_event.h"
|
| #include "ui/gfx/geometry/point_f.h"
|
| @@ -18,13 +19,6 @@ namespace content {
|
|
|
| class TouchHandle;
|
|
|
| -enum TouchHandleOrientation {
|
| - TOUCH_HANDLE_LEFT,
|
| - TOUCH_HANDLE_CENTER,
|
| - TOUCH_HANDLE_RIGHT,
|
| - TOUCH_HANDLE_ORIENTATION_UNDEFINED,
|
| -};
|
| -
|
| // Interface through which |TouchHandle| delegates rendering-specific duties.
|
| class CONTENT_EXPORT TouchHandleDrawable {
|
| public:
|
|
|