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

Unified Diff: samples/o3d-webgl-samples/helloworld.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
Index: samples/o3d-webgl-samples/helloworld.html
===================================================================
--- samples/o3d-webgl-samples/helloworld.html (revision 45777)
+++ samples/o3d-webgl-samples/helloworld.html (working copy)
@@ -171,7 +171,7 @@
This tutorial shows how we load and display a scene in O3D.
<br/>
<!-- Start of O3D plugin -->
-<div id="o3d" width="600" height="600"></div>
+<div id="o3d" style="width: 600px; height: 600px;"></div>
<!-- End of O3D plugin -->
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698