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

Unified Diff: samples/o3d-webgl/raw_data.js

Issue 3083012: Tidying up. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 4 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
« no previous file with comments | « samples/o3d-webgl/named_object.js ('k') | samples/o3d-webgl/render_surface.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl/raw_data.js
===================================================================
--- samples/o3d-webgl/raw_data.js (revision 55159)
+++ samples/o3d-webgl/raw_data.js (working copy)
@@ -33,14 +33,14 @@
/**
* A RawData object contains raw binary data which could contain
* image, audio, text, or other information.
- *
+ *
* var request = g_pack.createArchiveRequest();
- *
+ *
* request.onfileavailable = function(rawData) {
* var texture = g_pack.createTextureFromRawData(rawData, true);
* ...
* };
- *
+ *
* request.send();
* @constructor
*/
« no previous file with comments | « samples/o3d-webgl/named_object.js ('k') | samples/o3d-webgl/render_surface.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698