From a1686e279d7f6ec3cebc91cd759af80963e2c0ad Mon Sep 17 00:00:00 2001 From: "raymes@chromium.org" Date: Thu, 1 Nov 2012 23:39:34 +0000 Subject: Move flash clipboard to the new proxy and add custom format support This moves the flash clipboard interface to the new pepper proxy. It also adds support for copying/pasting data of custom data formats (which is needed for flash). BUG=154497 TEST=Added new pepper tests Review URL: https://chromiumcodereview.appspot.com/11225021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165548 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/ppb_instance_proxy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ppapi/proxy/ppb_instance_proxy.h') diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h index a30797cd..9b4de32 100644 --- a/ppapi/proxy/ppb_instance_proxy.h +++ b/ppapi/proxy/ppb_instance_proxy.h @@ -72,6 +72,8 @@ class PPB_Instance_Proxy : public InterfaceProxy, virtual thunk::PPB_Flash_API* GetFlashAPI() OVERRIDE; virtual thunk::PPB_Flash_Functions_API* GetFlashFunctionsAPI( PP_Instance instance) OVERRIDE; + virtual thunk::PPB_Flash_Clipboard_API* GetFlashClipboardAPI( + PP_Instance instance) OVERRIDE; virtual thunk::PPB_Gamepad_API* GetGamepadAPI(PP_Instance instance) OVERRIDE; virtual int32_t RequestInputEvents(PP_Instance instance, uint32_t event_classes) OVERRIDE; -- cgit v1.1