Index: ui/events/event.h |
diff --git a/ui/events/event.h b/ui/events/event.h |
index d057a280594fa1a3753e996d5e60aae367f2c933..1f39491684b1424b83318bf0e13609e195c0440f 100644 |
--- a/ui/events/event.h |
+++ b/ui/events/event.h |
@@ -473,11 +473,6 @@ class EVENTS_EXPORT TouchEvent : public LocatedEvent { |
float force() const { return force_; } |
int source_device_id() const { return source_device_id_; } |
- // Relocate the touch-point to a new |origin|. |
- // This is useful when touch event is in X Root Window coordinates, |
- // and it needs to be mapped into Aura Root Window coordinates. |
- void Relocate(const gfx::Point& origin); |
- |
// Used for unit tests. |
void set_radius_x(const float r) { radius_x_ = r; } |
void set_radius_y(const float r) { radius_y_ = r; } |