summaryrefslogtreecommitdiffstats
path: root/ppapi/api/trusted
diff options
context:
space:
mode:
authorteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 17:20:33 +0000
committerteravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 17:20:33 +0000
commite921967a10108d9751709ff4f35abd67b49103f8 (patch)
tree93672fd9579c0760b9f3e0bed70a626c720f7981 /ppapi/api/trusted
parenta773c95cf13f57d2089b1158dd10da0d86b0be3b (diff)
downloadchromium_src-e921967a10108d9751709ff4f35abd67b49103f8.zip
chromium_src-e921967a10108d9751709ff4f35abd67b49103f8.tar.gz
chromium_src-e921967a10108d9751709ff4f35abd67b49103f8.tar.bz2
IDL: Autogenerate thunk .cc file for PPB_BufferTrusted.
BUG= Review URL: https://chromiumcodereview.appspot.com/11875023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/trusted')
-rw-r--r--ppapi/api/trusted/ppb_buffer_trusted.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/api/trusted/ppb_buffer_trusted.idl b/ppapi/api/trusted/ppb_buffer_trusted.idl
index 202ebd2..94d2b79 100644
--- a/ppapi/api/trusted/ppb_buffer_trusted.idl
+++ b/ppapi/api/trusted/ppb_buffer_trusted.idl
@@ -7,6 +7,8 @@
* This file defines the trusted buffer interface.
*/
+[generate_thunk]
+
label Chrome {
M14 = 0.1
};