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

Unified Diff: native_client_sdk/src/examples/input_events/input_events.cc

Issue 13488007: [NaCl SDK] Make the SDK examples buildable as a packaged app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix license headers Created 7 years, 8 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: native_client_sdk/src/examples/input_events/input_events.cc
diff --git a/native_client_sdk/src/examples/input_events/input_events.cc b/native_client_sdk/src/examples/input_events/input_events.cc
index 1a0a9f8f11f5f216c13ad991ac216098fc46ffc0..a216f0a44b13185b71e0986afaf39c9629601076 100644
--- a/native_client_sdk/src/examples/input_events/input_events.cc
+++ b/native_client_sdk/src/examples/input_events/input_events.cc
@@ -27,11 +27,11 @@
#endif
namespace event_queue {
-const char* const kDidChangeView = "DidChangeView";
-const char* const kHandleInputEvent = "DidHandleInputEvent";
-const char* const kDidChangeFocus = "DidChangeFocus";
-const char* const kHaveFocus = "HaveFocus";
-const char* const kDontHaveFocus = "DontHaveFocus";
+const char* const kDidChangeView = "DidChangeView\n";
+const char* const kHandleInputEvent = "DidHandleInputEvent\n";
+const char* const kDidChangeFocus = "DidChangeFocus\n";
+const char* const kHaveFocus = "HaveFocus\n";
+const char* const kDontHaveFocus = "DontHaveFocus\n";
const char* const kCancelMessage = "CANCEL";
// Convert a pepper inputevent modifier value into a
« no previous file with comments | « native_client_sdk/src/examples/input_events/index.html ('k') | native_client_sdk/src/examples/load_progress/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698