| Index: native_client_sdk/src/examples/file_histogram/index.html
|
| diff --git a/native_client_sdk/src/examples/file_histogram/index.html b/native_client_sdk/src/examples/file_histogram/index.html
|
| index 74fb107c1a767e8c1bc63e83b6a03da103a0a97a..53858d930f6f11b020e83fb764d13d8856d763b1 100644
|
| --- a/native_client_sdk/src/examples/file_histogram/index.html
|
| +++ b/native_client_sdk/src/examples/file_histogram/index.html
|
| @@ -15,6 +15,10 @@
|
| <body data-width="256" data-height="256" {{attrs}}>
|
| <h1>{{title}}</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| + <p>The File Histogram example demonstrates prompting the user for a file,
|
| + passing the file contents to NativeClient as a VarArrayBuffer, then
|
| + drawing a histogram representing the contents of the file to a 2D
|
| + square.</p>
|
| <input type="file" id="fileInput" multiple>
|
| <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
| See common.js.-->
|
|
|