| Index: webkit/plugins/ppapi/plugin_module.cc
|
| diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
|
| index 57a3645a9b4f7a86d250be43486e0a6cb26a3415..120ffe94a62207eca6a7e367500fed66c7bee71e 100644
|
| --- a/webkit/plugins/ppapi/plugin_module.cc
|
| +++ b/webkit/plugins/ppapi/plugin_module.cc
|
| @@ -312,6 +312,8 @@ const void* GetInterface(const char* name) {
|
| return PPB_Flash_Impl::GetInterface11();
|
| if (strcmp(name, PPB_FLASH_INTERFACE_12_0) == 0)
|
| return PPB_Flash_Impl::GetInterface12_0();
|
| + if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE_4_0) == 0)
|
| + return ::ppapi::thunk::GetPPB_Flash_Clipboard_4_0_Thunk();
|
| if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE_3_0) == 0)
|
| return ::ppapi::thunk::GetPPB_Flash_Clipboard_3_0_Thunk();
|
| if (strcmp(name, PPB_FLASH_CLIPBOARD_INTERFACE_3_LEGACY) == 0)
|
|
|