Index: ppapi/thunk/interfaces_ppb_private.h |
=================================================================== |
--- ppapi/thunk/interfaces_ppb_private.h (revision 102885) |
+++ ppapi/thunk/interfaces_ppb_private.h (working copy) |
@@ -11,5 +11,9 @@ |
PROXIED_IFACE(PPB_Broker, PPB_BROKER_TRUSTED_INTERFACE_0_2, PPB_BrokerTrusted) |
PROXIED_IFACE(PPB_Instance, PPB_FLASHFULLSCREEN_INTERFACE, PPB_FlashFullscreen) |
+// Map the old fullscreen interface string to the Flash one, which is the same |
+// at the ABI level. TODO(polina): remove this when Flash is updated. |
+PROXIED_IFACE(PPB_Instance, PPB_FULLSCREEN_DEV_INTERFACE_0_4, |
+ PPB_FlashFullscreen) |
#include "ppapi/thunk/interfaces_postamble.h" |