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

Unified Diff: ppapi/examples/2d/2d.html

Issue 10697022: Delete the PPAPI example plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
« no previous file with comments | « ppapi/example/example_framed.html ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ppapi/example/example_framed.html ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698