| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index c62f39e7c640d8d91354ff4da39b5043ad8bd667..b1527e08d9a7f7f84e827e7a93a2cbda4e53e817 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -411,5 +411,10 @@ int MockPluginDelegate::EnumerateDevices(
|
| return -1;
|
| }
|
|
|
| +webkit_glue::ClipboardClient*
|
| +MockPluginDelegate::CreateClipboardClient() const {
|
| + return NULL;
|
| +}
|
| +
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|