summaryrefslogtreecommitdiffstats
path: root/ppapi/api
diff options
context:
space:
mode:
authorbbudge <bbudge@chromium.org>2015-02-05 14:10:54 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-05 22:11:49 +0000
commitfc2b2960d06de38985ca51023fda03b130aae6bb (patch)
tree893e6e3b46f2ef7bed10643516563615d3b6bea0 /ppapi/api
parent0f7445a90f7a8e2aa54a812d2c96654cefbd8eaf (diff)
downloadchromium_src-fc2b2960d06de38985ca51023fda03b130aae6bb.zip
chromium_src-fc2b2960d06de38985ca51023fda03b130aae6bb.tar.gz
chromium_src-fc2b2960d06de38985ca51023fda03b130aae6bb.tar.bz2
Pepper: PPB_VideoEncoder should be 'Dev' only for now.
Also changes copyright notices to the new style. BUG=455409 Review URL: https://codereview.chromium.org/885803003 Cr-Commit-Position: refs/heads/master@{#314893}
Diffstat (limited to 'ppapi/api')
-rw-r--r--ppapi/api/ppb_video_encoder.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/api/ppb_video_encoder.idl b/ppapi/api/ppb_video_encoder.idl
index 8e02707..1796f91 100644
--- a/ppapi/api/ppb_video_encoder.idl
+++ b/ppapi/api/ppb_video_encoder.idl
@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 The Chromium Authors. All rights reserved.
+/* Copyright 2015 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.
*/
@@ -10,7 +10,7 @@
[generate_thunk]
label Chrome {
- M42 = 0.1
+ [channel=dev] M42 = 0.1
};
/**