| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index cb40de7dadbcb8208827c164bc6327116e43ab0c..ec99b3e584ee1f2be1d1f4e0feba01993dd84336 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -8,6 +8,7 @@
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
|
|
| struct PP_NetAddress_Private;
|
| +namespace webkit_glue { class ClipboardClient; }
|
|
|
| namespace webkit {
|
| namespace ppapi {
|
| @@ -162,6 +163,7 @@ class MockPluginDelegate : public PluginDelegate {
|
| virtual bool IsPageVisible() const;
|
| virtual int EnumerateDevices(PP_DeviceType_Dev type,
|
| const EnumerateDevicesCallback& callback);
|
| + virtual webkit_glue::ClipboardClient* CreateClipboardClient() const;
|
| };
|
|
|
| } // namespace ppapi
|
|
|