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

Unified Diff: native_client_sdk/src/examples/sine_synth/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/sine_synth/index.html
diff --git a/native_client_sdk/src/examples/sine_synth/index.html b/native_client_sdk/src/examples/sine_synth/index.html
index f2f66a37baf45c58a2252d6c24fd1d58a6f61875..70e8ed21b6e7290daff06dfb5fabf85582c4f7de 100644
--- a/native_client_sdk/src/examples/sine_synth/index.html
+++ b/native_client_sdk/src/examples/sine_synth/index.html
@@ -15,8 +15,10 @@ found in the LICENSE file.
<body {{attrs}}>
<h1>{{title}}</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
+ <p>The Sine Wave Synthesizer example demonstrates playing sound (a sine
+ wave). Enter the desired frequency and hit play to start, stop to end.</p>
- <p>Click the button to start and stop the sine wave playing.</p>
+ <p>Click the buttons to start and stop the sine wave playing.</p>
<button id="playButton">Play</button>
<button id="stopButton">Stop</button>
« no previous file with comments | « native_client_sdk/src/examples/sine_synth/example.dsc ('k') | native_client_sdk/src/examples/websocket/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698