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

Unified Diff: native_client_sdk/src/examples/file_histogram/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/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.-->
« no previous file with comments | « native_client_sdk/src/examples/file_histogram/example.dsc ('k') | native_client_sdk/src/examples/file_io/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698