| Index: native_client_sdk/src/examples/hello_world_gles/index.html
|
| diff --git a/native_client_sdk/src/examples/hello_world_gles/index.html b/native_client_sdk/src/examples/hello_world_gles/index.html
|
| index b07ff78cdadfbc35e3c08f8c40d6f61943398c0f..665ce4e0c79484e465dc3156107d5c117aac6db0 100644
|
| --- a/native_client_sdk/src/examples/hello_world_gles/index.html
|
| +++ b/native_client_sdk/src/examples/hello_world_gles/index.html
|
| @@ -14,6 +14,8 @@ 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 rotates. 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>
|
|
|