Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: content/browser/renderer_host/input/touch_handle.h

Issue 701823002: Separate out Touch Selection Orientation enum (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698