| 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 a05a929ba071eeea671cb17bd12b67f1682d2740..c4b1a8c47a6d2e2101ce0e4afe969fb2de79c7b3 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_util.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_util.h
|
| @@ -11,7 +11,6 @@
|
| #include "ui/events/keycodes/keyboard_codes.h"
|
|
|
| namespace ui {
|
| -enum class DomCode;
|
| struct GestureEventData;
|
| struct GestureEventDetails;
|
| class MotionEvent;
|
| @@ -27,9 +26,6 @@
|
|
|
| int WebEventModifiersToEventFlags(int modifiers);
|
|
|
| -blink::WebInputEvent::Modifiers DomCodeToWebInputEventModifiers(
|
| - ui::DomCode code);
|
| -
|
| } // namespace content
|
|
|
| #endif // CONTENT_BROWSER_RENDERER_HOST_INPUT_WEB_INPUT_EVENT_UTIL_H_
|
|
|