| 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 780bf4cb97c0b860c6c0b13636c64a043dbbc378..5d2ab7b2e4f90a497b3fcb2d9ecdf54d03a1fc65 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -378,5 +378,9 @@ bool MockPluginDelegate::IsPageVisible() const {
|
| return true;
|
| }
|
|
|
| +ClipboardClient* MockPluginDelegate::CreateClipboardClient() const {
|
| + return NULL;
|
| +}
|
| +
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|