Chromium Code Reviews| Index: content/public/browser/native_web_keyboard_event.h |
| diff --git a/content/public/browser/native_web_keyboard_event.h b/content/public/browser/native_web_keyboard_event.h |
| index c31681e864977227cba52c28a19fe8e5d3b8d3e9..1b15892c312bd320632ac9c0d77159bf34c6cabd 100644 |
| --- a/content/public/browser/native_web_keyboard_event.h |
| +++ b/content/public/browser/native_web_keyboard_event.h |
| @@ -62,6 +62,8 @@ struct CONTENT_EXPORT NativeWebKeyboardEvent : |
| // it is hit in ime mode. |
| // Currently, it's only used by Linux and Mac ports. |
| bool skip_in_browser; |
| + |
| + bool is_synthetic; |
|
dtapuska
2016/10/14 19:06:29
Docs?
samuong
2016/10/20 23:36:18
Done.
|
| }; |
| } // namespace content |