| 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 ea6a9f2b0cee0dfe18dbc19cb7d4e19f0c651fd6..1062c01b586a577bd045b7157393fa1f37493518 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -393,5 +393,10 @@ int MockPluginDelegate::EnumerateDevices(
|
| return -1;
|
| }
|
|
|
| +webkit_glue::ClipboardClient*
|
| +MockPluginDelegate::CreateClipboardClient() const {
|
| + return NULL;
|
| +}
|
| +
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|