Index: content/browser/renderer_host/web_input_event_aura.h |
diff --git a/content/browser/renderer_host/web_input_event_aura.h b/content/browser/renderer_host/web_input_event_aura.h |
index 6ce8ed20e3817c42d0d9c3ddd13554944a2c330f..9a1b2d8b41c7685fb8138ef17ff16e1730b6aa22 100644 |
--- a/content/browser/renderer_host/web_input_event_aura.h |
+++ b/content/browser/renderer_host/web_input_event_aura.h |
@@ -35,6 +35,10 @@ CONTENT_EXPORT blink::WebGestureEvent MakeWebGestureEvent( |
CONTENT_EXPORT blink::WebGestureEvent MakeWebGestureEvent( |
const ui::ScrollEvent& event); |
CONTENT_EXPORT blink::WebGestureEvent MakeWebGestureEventFlingCancel(); |
+CONTENT_EXPORT blink::WebMouseEvent MakeWebMouseEventFromAuraEvent( |
+ const ui::MouseEvent& event); |
+CONTENT_EXPORT blink::WebMouseWheelEvent MakeWebMouseWheelEventFromAuraEvent( |
+ const ui::MouseWheelEvent& event); |
sadrul
2015/09/09 17:32:06
You don't actually need to expose these functions,
|
} // namespace content |