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 883ba48cf000aa366abc3ada07db63045cf7f6f3..f2dac186ac5b3f241b0d779072bd17cdcd1cd2c0 100644 |
--- a/content/browser/renderer_host/ui_events_helper.h |
+++ b/content/browser/renderer_host/ui_events_helper.h |
@@ -48,8 +48,6 @@ CONTENT_EXPORT bool MakeUITouchEventsFromWebTouchEvents( |
blink::WebGestureEvent MakeWebGestureEventFromUIEvent( |
const ui::GestureEvent& event); |
-int EventFlagsToWebEventModifiers(int flags); |
- |
// Updates the WebTouchEvent based on the TouchEvent. It returns the updated |
// WebTouchPoint contained in the WebTouchEvent, or NULL if no point was |
// updated. |