Index: content/browser/renderer_host/input/synthetic_gesture.h |
diff --git a/content/browser/renderer_host/input/synthetic_gesture.h b/content/browser/renderer_host/input/synthetic_gesture.h |
index 626bd15aa6544e84a7deb35b2231491c7b191ac7..4177b067c49eb0b1355cc1e68ac547fa953d2468 100644 |
--- a/content/browser/renderer_host/input/synthetic_gesture.h |
+++ b/content/browser/renderer_host/input/synthetic_gesture.h |
@@ -41,8 +41,6 @@ class CONTENT_EXPORT SyntheticGesture { |
GESTURE_RESULT_MAX = GESTURE_SOURCE_TYPE_NOT_IMPLEMENTED |
}; |
- enum PointerActionType { PRESS, MOVE, RELEASE }; |
- |
// Update the state of the gesture and forward the appropriate events to the |
// platform. This function is called repeatedly by the synthetic gesture |
// controller until it stops returning GESTURE_RUNNING. |