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

Unified Diff: native_client_sdk/src/examples/demo/voronoi/example.js

Issue 289023002: Initial SIMD demos life and earth for PNaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: title Created 6 years, 7 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
« no previous file with comments | « native_client_sdk/src/examples/demo/life_simd/life.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/examples/demo/voronoi/example.js
diff --git a/native_client_sdk/src/examples/demo/voronoi/example.js b/native_client_sdk/src/examples/demo/voronoi/example.js
index 180783114168a6043d91ca9cc28fb27cdd558cdc..53993ca5199c62a0ed7db850caaccf08bc9ae091 100644
--- a/native_client_sdk/src/examples/demo/voronoi/example.js
+++ b/native_client_sdk/src/examples/demo/voronoi/example.js
@@ -37,7 +37,7 @@ function attachListeners() {
document.getElementById('radio' + i).addEventListener('click',
postThreadFunc(threads[i]));
}
- document.getElementById('pointRange').addEventListener('change',
+ document.getElementById('pointRange').addEventListener('input',
function() {
var value = parseFloat(document.getElementById('pointRange').value);
common.naclModule.postMessage({'message' : 'set_points',
« no previous file with comments | « native_client_sdk/src/examples/demo/life_simd/life.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698