 Chromium Code Reviews
 Chromium Code Reviews Issue 1687019:
  Fixed samples to work with resizing code introduced yesterday. Now the...  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
    
  
    Issue 1687019:
  Fixed samples to work with resizing code introduced yesterday. Now the...  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/| Index: samples/o3d-webgl-samples/primitives.html | 
| =================================================================== | 
| --- samples/o3d-webgl-samples/primitives.html (revision 45777) | 
| +++ samples/o3d-webgl-samples/primitives.html (working copy) | 
| @@ -241,7 +241,7 @@ | 
| shapes. | 
| <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 --> | 
| </body> | 
| </html> |