aw: Move SharedRendererState out of AwContents
[chromium-blink-merge.git] / ppapi / examples / video_decode / video_decode_dev.html
blob8e098ca59928c7c368c1e94f7ca2d9a8d6233e4e
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8 <head>
9 <title>Video Decode (Dev) Example</title>
10 </head>
12 <body>
14 <embed id="plugin" type="application/x-ppapi-example-video-decode-dev"
15 width="640" height="480"/>
17 </body>
18 </html>