Chromium Code Reviews| Index: content/browser/renderer_host/input/web_input_event_builders_android.h |
| diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.h b/content/browser/renderer_host/input/web_input_event_builders_android.h |
| index de0ee4e0ee3bc7ea0177efac951d05292c43a9fb..33d77337e440b4db6eef420a1c124d1a4c9ee476 100644 |
| --- a/content/browser/renderer_host/input/web_input_event_builders_android.h |
| +++ b/content/browser/renderer_host/input/web_input_event_builders_android.h |
| @@ -40,6 +40,7 @@ class WebKeyboardEventBuilder { |
| int modifiers, |
| double time_sec, |
| int keycode, |
| + int scancode, |
| int unicode_character, |
| bool is_system_key); |
| }; |