| Index: ppapi/thunk/interfaces_ppb_private.h
|
| diff --git a/ppapi/thunk/interfaces_ppb_private.h b/ppapi/thunk/interfaces_ppb_private.h
|
| index 84ca5e30383dfd30a3b26f5456d539641dafff0a..0aa6ecbb5285ec697e43a468580c412467ecd0c8 100644
|
| --- a/ppapi/thunk/interfaces_ppb_private.h
|
| +++ b/ppapi/thunk/interfaces_ppb_private.h
|
| @@ -58,6 +58,9 @@ PROXIED_IFACE(NoAPIName, PPB_FILEIOTRUSTED_INTERFACE_0_4, PPB_FileIOTrusted_0_4)
|
| PROXIED_IFACE(NoAPIName, PPB_URLLOADERTRUSTED_INTERFACE_0_3,
|
| PPB_URLLoaderTrusted_0_3)
|
|
|
| +PROXIED_IFACE(NoAPIName, PPB_OUTPUTPROTECTION_PRIVATE_INTERFACE_0_1,
|
| + PPB_OutputProtection_Private_0_1)
|
| +
|
| // Hack to keep font working. The Font 0.6 API is binary compatible with
|
| // BrowserFont 1.0, so just map the string to the same thing.
|
| // TODO(brettw) remove support for the old Font API.
|
|
|