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

Unified Diff: ppapi/examples/video_decode/video_decode.html

Issue 270213004: Implement Pepper PPB_VideoDecoder interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable some unit tests on Win 64 bit builds. Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/examples/video_decode/video_decode.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/video_decode/video_decode.html
diff --git a/ppapi/examples/video_decode/video_decode_dev.html b/ppapi/examples/video_decode/video_decode.html
similarity index 70%
copy from ppapi/examples/video_decode/video_decode_dev.html
copy to ppapi/examples/video_decode/video_decode.html
index 8e098ca59928c7c368c1e94f7ca2d9a8d6233e4e..f25f0db45fc527f0e88cbb6d43e6aad98dd6c303 100644
--- a/ppapi/examples/video_decode/video_decode_dev.html
+++ b/ppapi/examples/video_decode/video_decode.html
@@ -1,17 +1,17 @@
<!DOCTYPE html>
<html>
<!--
- Copyright (c) 2012 The Chromium Authors. All rights reserved.
+ Copyright (c) 2014 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>
+ <title>Video Decode Example</title>
</head>
<body>
-<embed id="plugin" type="application/x-ppapi-example-video-decode-dev"
+<embed id="plugin" type="application/x-ppapi-example-video-decode"
width="640" height="480"/>
</body>
« no previous file with comments | « ppapi/examples/video_decode/video_decode.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698