Index: ppapi/examples/2d/2d.html |
diff --git a/ppapi/examples/gles2/gles2.html b/ppapi/examples/2d/2d.html |
similarity index 66% |
copy from ppapi/examples/gles2/gles2.html |
copy to ppapi/examples/2d/2d.html |
index e1d610df12f6c56861e2e0892868cd6bc3b1b814..40b65bab437a5da0f791e27d674a399389bdf96f 100644 |
--- a/ppapi/examples/gles2/gles2.html |
+++ b/ppapi/examples/2d/2d.html |
@@ -6,13 +6,12 @@ |
found in the LICENSE file. |
--> |
<head> |
- <title>GLES2 Example</title> |
+ <title>2D Example</title> |
</head> |
<body> |
-<embed id="plugin" type="application/x-ppapi-example-gles2" |
- width="640" height="480"/> |
+<embed id="plugin" type="application/x-ppapi-example-2d"> |
</body> |
</html> |