| Index: samples/openglui/web/flashingbox.html
 | 
| diff --git a/samples/simplegl/flashingbox.html b/samples/openglui/web/flashingbox.html
 | 
| similarity index 87%
 | 
| rename from samples/simplegl/flashingbox.html
 | 
| rename to samples/openglui/web/flashingbox.html
 | 
| index 06a05385247969bfff735baa8ca1a1a6374e70c3..927ca7e471eff32797743567355702363a4474d5 100644
 | 
| --- a/samples/simplegl/flashingbox.html
 | 
| +++ b/samples/openglui/web/flashingbox.html
 | 
| @@ -11,7 +11,7 @@
 | 
|    </head>
 | 
|    <body>
 | 
|      <h1>Dart GL Sample</h1>
 | 
| -    <script type="application/dart" src="web/flashingbox_driver.dart"></script>
 | 
| +    <script type="application/dart" src="flashingbox_driver.dart"></script>
 | 
|      <script src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
 | 
|    </body>
 | 
|  </html>
 | 
| 
 |