Chromium Code Reviews| Index: samples/o3djs/fps.js |
| =================================================================== |
| --- samples/o3djs/fps.js (revision 19562) |
| +++ samples/o3djs/fps.js (working copy) |
| @@ -145,6 +145,7 @@ |
| * @param {number} clientHeight Height of client area. |
| * @param {!o3d.RenderNode} opt_parent RenderNode to use as parent for |
| * ViewInfo that will be used to render the FPS with. |
| + * @return {!o3djs.fps.FPSManager} The created FPSManager. |
| */ |
| o3djs.fps.createFPSManager = function(pack, |
| clientWidth, |