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

Unified Diff: ppapi/cpp/input_event.h

Issue 9353013: Add GetUsbKeyCode dev interface for Pepper key events (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-sync to remove unrelated edits Created 8 years, 10 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: ppapi/cpp/input_event.h
diff --git a/ppapi/cpp/input_event.h b/ppapi/cpp/input_event.h
index 39e8cf3c05ab58fe5f7b29286f9ee0eb8a5a32b2..22c103d4b592f2557fe7d6b3b34c098bce3a6afc 100644
--- a/ppapi/cpp/input_event.h
+++ b/ppapi/cpp/input_event.h
@@ -7,6 +7,7 @@
#include <string>
+#include "ppapi/c/dev/ppb_keyboard_input_event_dev.h"
Wez 2012/02/17 01:31:01 Don't need this.
garykac 2012/02/17 18:25:30 Done.
#include "ppapi/c/ppb_input_event.h"
#include "ppapi/cpp/resource.h"

Powered by Google App Engine
This is Rietveld 408576698