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

Unified Diff: ppapi/examples/mojo/mojo.html

Issue 598183002: Pepper: PPB_Mojo prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/examples/mojo/mojo.cc ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/mojo/mojo.html
diff --git a/ppapi/examples/video_decode/video_decode.html b/ppapi/examples/mojo/mojo.html
similarity index 60%
copy from ppapi/examples/video_decode/video_decode.html
copy to ppapi/examples/mojo/mojo.html
index f25f0db45fc527f0e88cbb6d43e6aad98dd6c303..281c2157ff5a9ce250c0ccf2e3ac025de50bad59 100644
--- a/ppapi/examples/video_decode/video_decode.html
+++ b/ppapi/examples/mojo/mojo.html
@@ -6,13 +6,12 @@
found in the LICENSE file.
-->
<head>
- <title>Video Decode Example</title>
+ <title>Mojo Example</title>
</head>
-
<body>
-
-<embed id="plugin" type="application/x-ppapi-example-video-decode"
- width="640" height="480"/>
-
+<div>
+ <object id="plugin" type="application/x-ppapi-example-mojo"
+ width="300" height="300" border="2px"></object>
+</div>
</body>
</html>
« no previous file with comments | « ppapi/examples/mojo/mojo.cc ('k') | ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698