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

Side by Side 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, 2 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- 3 <!--
4 Copyright (c) 2014 The Chromium Authors. All rights reserved. 4 Copyright (c) 2014 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <head> 8 <head>
9 <title>Video Decode Example</title> 9 <title>Mojo Example</title>
10 </head> 10 </head>
11
12 <body> 11 <body>
13 12 <div>
14 <embed id="plugin" type="application/x-ppapi-example-video-decode" 13 <object id="plugin" type="application/x-ppapi-example-mojo"
15 width="640" height="480"/> 14 width="300" height="300" border="2px"></object>
16 15 </div>
17 </body> 16 </body>
18 </html> 17 </html>
OLDNEW
« 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