diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 18:17:58 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-13 18:17:58 +0000 |
commit | 12b6f612c91c63cfeb9c7ef530e3a007b0366802 (patch) | |
tree | 3debc3b47e9515d1f08b715bfb75e1a63cc8f45e /ppapi/api/ppb_view.idl | |
parent | 634f69c80e80c0f80d8eaf2e29a7a88710d2236b (diff) | |
download | chromium_src-12b6f612c91c63cfeb9c7ef530e3a007b0366802.zip chromium_src-12b6f612c91c63cfeb9c7ef530e3a007b0366802.tar.gz chromium_src-12b6f612c91c63cfeb9c7ef530e3a007b0366802.tar.bz2 |
IDL: Autogenerate thunk .cc file for PPB_View
BUG=
Review URL: https://chromiumcodereview.appspot.com/12220082
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/ppb_view.idl')
-rw-r--r-- | ppapi/api/ppb_view.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/api/ppb_view.idl b/ppapi/api/ppb_view.idl index b51756c..cc61ed2 100644 --- a/ppapi/api/ppb_view.idl +++ b/ppapi/api/ppb_view.idl @@ -8,6 +8,8 @@ * of the view of an instance. */ +[generate_thunk] + label Chrome { M18 = 1.0 }; |