Index: content/browser/renderer_host/ui_events_helper.h |
diff --git a/content/browser/renderer_host/ui_events_helper.h b/content/browser/renderer_host/ui_events_helper.h |
index f2dac186ac5b3f241b0d779072bd17cdcd1cd2c0..fc57dd7a9e7df55842af515ba3e391a33fa95b1b 100644 |
--- a/content/browser/renderer_host/ui_events_helper.h |
+++ b/content/browser/renderer_host/ui_events_helper.h |
@@ -48,12 +48,6 @@ CONTENT_EXPORT bool MakeUITouchEventsFromWebTouchEvents( |
blink::WebGestureEvent MakeWebGestureEventFromUIEvent( |
const ui::GestureEvent& event); |
-// Updates the WebTouchEvent based on the TouchEvent. It returns the updated |
-// WebTouchPoint contained in the WebTouchEvent, or NULL if no point was |
-// updated. |
-blink::WebTouchPoint* UpdateWebTouchEventFromUIEvent( |
- const ui::TouchEvent& event, |
- blink::WebTouchEvent* web_event); |
-} |
+} // namespace content |
#endif // CONTENT_BROWSER_RENDERER_HOST_UI_EVENTS_HELPER_H_ |