| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index 0679f38239eb72d7c5d34de4b1027f3b49ca6df7..abfe8a31063aa220082ddd5a22d6cc37eed2f735 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -125,6 +125,10 @@ class PpapiBrokerImpl : public webkit::ppapi::PluginDelegate::PpapiBroker,
|
| DISALLOW_COPY_AND_ASSIGN(PpapiBrokerImpl);
|
| };
|
|
|
| +namespace webkit_glue {
|
| + class ClipboardClient;
|
| +}
|
| +
|
| class PepperPluginDelegateImpl
|
| : public webkit::ppapi::PluginDelegate,
|
| public base::SupportsWeakPtr<PepperPluginDelegateImpl>,
|
| @@ -393,6 +397,7 @@ class PepperPluginDelegateImpl
|
| virtual int EnumerateDevices(
|
| PP_DeviceType_Dev type,
|
| const EnumerateDevicesCallback& callback) OVERRIDE;
|
| + virtual webkit_glue::ClipboardClient* CreateClipboardClient() const OVERRIDE;
|
|
|
| // RenderViewObserver implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|