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

Unified Diff: native_client_sdk/src/examples/mouselock/index.html

Issue 10828187: [NaCl SDK] Support multiple configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/mouselock/index.html
diff --git a/native_client_sdk/src/examples/mouselock/index.html b/native_client_sdk/src/examples/mouselock/index.html
index 690aea5e45de45f5125dfaf99da633ba884e0dea..58e2bb09dd26d9daea833c818d45975e2a129645 100644
--- a/native_client_sdk/src/examples/mouselock/index.html
+++ b/native_client_sdk/src/examples/mouselock/index.html
@@ -11,7 +11,7 @@ found in the LICENSE file.
<title><TITLE></title>
<script type="text/javascript" src="common.js"></script>
</head>
-<body onload="common.onload('<NAME>', '<tc>', 300, 300)">
+<body onload="common.onload('<NAME>', '<tc>', '<config>', 300, 300)">
<h1><TITLE></h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<h1>Full-screen and Mouse-lock Example</h1>

Powered by Google App Engine
This is Rietveld 408576698