| Index: content/browser/renderer_host/input/motion_event_web.h
|
| diff --git a/content/browser/renderer_host/input/motion_event_web.h b/content/browser/renderer_host/input/motion_event_web.h
|
| index 9f4ce786c434715ef99e49ba672a20944df24c3c..527e7672ef94686fe24f0f747db2235032810568 100644
|
| --- a/content/browser/renderer_host/input/motion_event_web.h
|
| +++ b/content/browser/renderer_host/input/motion_event_web.h
|
| @@ -27,8 +27,6 @@
|
| virtual float GetRawX(size_t pointer_index) const OVERRIDE;
|
| virtual float GetRawY(size_t pointer_index) const OVERRIDE;
|
| virtual float GetTouchMajor(size_t pointer_index) const OVERRIDE;
|
| - virtual float GetTouchMinor(size_t pointer_index) const OVERRIDE;
|
| - virtual float GetOrientation(size_t pointer_index) const OVERRIDE;
|
| virtual float GetPressure(size_t pointer_index) const OVERRIDE;
|
| virtual base::TimeTicks GetEventTime() const OVERRIDE;
|
| virtual ToolType GetToolType(size_t pointer_index) const OVERRIDE;
|
|
|