OLD | NEW |
---|---|
(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 } | |
OLD | NEW |