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

Unified Diff: native_client_sdk/src/examples/demo/life/index.html

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Copyright Created 7 years, 7 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/demo/life/index.html
diff --git a/native_client_sdk/src/libraries/nacl_io_test/index.html b/native_client_sdk/src/examples/demo/life/index.html
similarity index 85%
copy from native_client_sdk/src/libraries/nacl_io_test/index.html
copy to native_client_sdk/src/examples/demo/life/index.html
index 424f557e137e05748330ecdd67a61bff3d34fe71..626f532b5bafbd6c8c2f84e39f1f4dea1f633c3e 100644
--- a/native_client_sdk/src/libraries/nacl_io_test/index.html
+++ b/native_client_sdk/src/examples/demo/life/index.html
@@ -10,14 +10,14 @@ found in the LICENSE file.
<meta http-equiv="Expires" content="-1">
<title>{{title}}</title>
<script type="text/javascript" src="common.js"></script>
- <script type="text/javascript" src="example.js"></script>
</head>
-<body {{attrs}}>
+<body data-width="640" data-height="640" {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
+ <p>
+ </p>
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js.-->
<div id="listener"></div>
- <pre id="log"></pre>
</body>
</html>
« no previous file with comments | « native_client_sdk/src/examples/demo/life/example.dsc ('k') | native_client_sdk/src/examples/demo/life/life.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698