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

Unified Diff: samples/o3d-webgl-samples/hellocube.html

Issue 1687019: Fixed samples to work with resizing code introduced yesterday. Now the... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 8 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 | « no previous file | samples/o3d-webgl-samples/hellocube-colors.html » ('j') | samples/o3d-webgl/pack.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/o3d-webgl-samples/hellocube.html
===================================================================
--- samples/o3d-webgl-samples/hellocube.html (revision 45777)
+++ samples/o3d-webgl-samples/hellocube.html (working copy)
@@ -262,7 +262,7 @@
<br/>
<!-- Start of O3D plugin -->
-<div id="o3d" width="600px" height="600px"></div>
+<div id="o3d" style="width: 600px; height: 600px;"></div>
<!-- End of O3D plugin -->
<!-- Don't render the textarea -->
« no previous file with comments | « no previous file | samples/o3d-webgl-samples/hellocube-colors.html » ('j') | samples/o3d-webgl/pack.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698