Hook the WebThreadImplForMessageLoop up to post taks through the blink
[chromium-blink-merge.git] / ppapi / examples / audio / audio.html
blob753f5ad9b12c791af72a6149f36115ea21660060
1 <!DOCTYPE html>
2 <html>
3 <!--
4 Copyright (c) 2011 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>Audio Example</title>
10 </head>
12 <body>
14 <!-- Unsupported sample rates will cause the plugin to fail to load. -->
15 <embed id="plugin" type="application/x-ppapi-example-audio" samplerate="44100">
17 </body>
18 </html>