diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 18:55:21 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 18:55:21 +0000 |
commit | 9590f8606f1912dcb964ea7458a7b75842e4538a (patch) | |
tree | 98854ec5d6647084e63dfd6e4babea883a5052e9 /ppapi/api/trusted | |
parent | d1af12e04d7674934e43abae831d1ae7e6dc3469 (diff) | |
download | chromium_src-9590f8606f1912dcb964ea7458a7b75842e4538a.zip chromium_src-9590f8606f1912dcb964ea7458a7b75842e4538a.tar.gz chromium_src-9590f8606f1912dcb964ea7458a7b75842e4538a.tar.bz2 |
Pepper: Autogenerate thunk for PPB_AudioTrusted.
Tested:
Built chrome and browser_tests.
BUG=
Review URL: https://chromiumcodereview.appspot.com/14197010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195864 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/trusted')
-rw-r--r-- | ppapi/api/trusted/ppb_audio_trusted.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/api/trusted/ppb_audio_trusted.idl b/ppapi/api/trusted/ppb_audio_trusted.idl index c75b97b..6ea74b7 100644 --- a/ppapi/api/trusted/ppb_audio_trusted.idl +++ b/ppapi/api/trusted/ppb_audio_trusted.idl @@ -7,6 +7,8 @@ * This file defines the trusted audio interface. */ +[generate_thunk] + label Chrome { M14 = 0.6 }; |