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

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

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/hello_world_instance3d/index.html
diff --git a/native_client_sdk/src/examples/hello_world_instance3d/index.html b/native_client_sdk/src/examples/hello_world_instance3d/index.html
index b07ff78cdadfbc35e3c08f8c40d6f61943398c0f..fa132dc7fd0c9d87a48722072880f59c7c444b7c 100644
--- a/native_client_sdk/src/examples/hello_world_instance3d/index.html
+++ b/native_client_sdk/src/examples/hello_world_instance3d/index.html
@@ -14,6 +14,15 @@ found in the LICENSE file.
<body data-width="640" data-height="480" {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
+ <p>
+ The Hello World instance3d example is similar to the Hello World GLES 2.0
+ example, but uses the ppapi_main and nacl_io libraries to simplify the code:
+ <ul>
+ <li>URL loading is handled by a synchronous read from an HTTP mount.</li>
+ <li>Instance creation is hidden; instead the functions ppapi_main and
+ PPAPIRender are used.</li>
+ </ul>
+ </p>
<!-- The NaCl plugin will be embedded inside the element with id "listener".
See common.js.-->
<div id="listener"></div>

Powered by Google App Engine
This is Rietveld 408576698