summaryrefslogtreecommitdiffstats
path: root/chromium/ppapi/examples/video_decode/video_decode_dev.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ppapi/examples/video_decode/video_decode_dev.html')
-rw-r--r--chromium/ppapi/examples/video_decode/video_decode_dev.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/ppapi/examples/video_decode/video_decode_dev.html b/chromium/ppapi/examples/video_decode/video_decode_dev.html
new file mode 100644
index 00000000000..8e098ca5992
--- /dev/null
+++ b/chromium/ppapi/examples/video_decode/video_decode_dev.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <!--
+ Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file.
+ -->
+<head>
+ <title>Video Decode (Dev) Example</title>
+</head>
+
+<body>
+
+<embed id="plugin" type="application/x-ppapi-example-video-decode-dev"
+ width="640" height="480"/>
+
+</body>
+</html>