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

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: more fixes, moved resources out of build_tools directory 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..13f1dbfb48a2ef75fe90f43304df833545265b4a 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,9 @@ 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 GLES 2.0 example demonstrates how to create a 3D cube that
noelallen1 2013/04/08 17:42:56 This is actually using C++, PPAPIinstance, and nac
binji 2013/04/08 19:33:52 Good catch, I copied this from the .dsc file... :)
+ rotates. This is a simpler example than the tumbler example, and written
+ in C. It loads the assets using URLLoader.</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