| Index: content/renderer/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
|
| index 1cba5eb95777b7128d76bc222990617154573f4c..2307958934903940d6e95e2ffbe857b398e42c63 100644
|
| --- a/content/renderer/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper_plugin_delegate_impl.h
|
| @@ -62,6 +62,7 @@ struct WebFileChooserParams;
|
| }
|
|
|
| namespace webkit_glue {
|
| +class ClipboardClient;
|
| struct CustomContextMenuContext;
|
| }
|
|
|
| @@ -389,6 +390,7 @@ class PepperPluginDelegateImpl
|
| virtual bool IsInFullscreenMode() OVERRIDE;
|
| virtual void SampleGamepads(WebKit::WebGamepads* data) OVERRIDE;
|
| virtual bool IsPageVisible() const OVERRIDE;
|
| + virtual webkit_glue::ClipboardClient* CreateClipboardClient() const OVERRIDE;
|
|
|
| // RenderViewObserver implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|