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

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

Issue 15732012: Revive voronoi multi-threaded demo. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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
Index: native_client_sdk/src/examples/demo/voronoi/example.js
===================================================================
--- native_client_sdk/src/examples/demo/voronoi/example.js (revision 0)
+++ native_client_sdk/src/examples/demo/voronoi/example.js (revision 0)
@@ -0,0 +1,11 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
noelallen1 2013/05/24 18:42:50 Remove
nfullagar1 2013/05/24 19:06:00 see new version
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Start up the paint timer when the NaCl module has loaded.
+function moduleDidLoad() {
+}
+
+// Handle a message coming from the NaCl module.
+function handleMessage(message_event) {
+}

Powered by Google App Engine
This is Rietveld 408576698