| Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_glibc.html b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
|
| similarity index 90%
|
| copy from visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_glibc.html
|
| copy to visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
|
| index cd6b4744796242ed195c8aa0f76fbe71d039d82f..383ce449c38a7b8a572676f3e58e2aa5888be796 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_glibc.html
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/index_pnacl.html
|
| @@ -11,7 +11,7 @@ found in the LICENSE file.
|
| <title>Hello World GLES 2.0</title>
|
| <script type="text/javascript" src="common.js"></script>
|
| </head>
|
| -<body onload="common.onload('hello_world_gles', 'glibc', 640, 480)">
|
| +<body onload="common.onload('hello_world_gles', 'pnacl', 640, 480)">
|
| <h1>Hello World GLES 2.0</h1>
|
| <h2>Status: <code id="statusField">NO-STATUS</code></h2>
|
| <!-- The NaCl plugin will be embedded inside the element with id "listener".
|
|
|