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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // 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
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Start up the paint timer when the NaCl module has loaded.
6 function moduleDidLoad() {
7 }
8
9 // Handle a message coming from the NaCl module.
10 function handleMessage(message_event) {
11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698