| 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>
|
|
|