Chromium Code Reviews| 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) { |
| +} |