Chromium Code Reviews| Index: ppapi/examples/2d/2d.html |
| diff --git a/ppapi/examples/audio/audio.html b/ppapi/examples/2d/2d.html |
| similarity index 81% |
| copy from ppapi/examples/audio/audio.html |
| copy to ppapi/examples/2d/2d.html |
| index 753f5ad9b12c791af72a6149f36115ea21660060..577c741b51688699e2fbfb426c254bc281c68269 100644 |
| --- a/ppapi/examples/audio/audio.html |
| +++ b/ppapi/examples/2d/2d.html |
| @@ -12,7 +12,7 @@ |
| <body> |
| <!-- Unsupported sample rates will cause the plugin to fail to load. --> |
|
nfullagar
2012/06/28 23:54:37
sample rates?
|
| -<embed id="plugin" type="application/x-ppapi-example-audio" samplerate="44100"> |
| +<embed id="plugin" type="application/x-ppapi-example-2d"> |
| </body> |
| </html> |