Index: content/browser/renderer_host/input/web_input_event_util.h |
diff --git a/content/browser/renderer_host/input/web_input_event_util.h b/content/browser/renderer_host/input/web_input_event_util.h |
index 8cc3e45af40bd8edebe2bfcbde172ff3e1f77337..3e262820b84d0563a7e0309f0c457eed56070dee 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util.h |
+++ b/content/browser/renderer_host/input/web_input_event_util.h |
@@ -25,10 +25,6 @@ int WebEventModifiersToEventFlags(int modifiers); |
blink::WebInputEvent::Modifiers DomCodeToWebInputEventModifiers( |
ui::DomCode code); |
-CONTENT_EXPORT scoped_ptr<blink::WebInputEvent> ConvertWebInputEventToViewport( |
- const blink::WebInputEvent& event, |
- float scale); |
- |
} // namespace content |
#endif // CONTENT_BROWSER_RENDERER_HOST_INPUT_WEB_INPUT_EVENT_UTIL_H_ |