Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(857)

Unified Diff: content/public/browser/native_web_keyboard_event.h

Issue 2387353004: Delay Input.dispatchKeyEvent response until after key event ack. (Closed)
Patch Set: fix some review comments, fix a bug Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698