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 22de0d565a95be445749d82b98c9b1e57d5e250a..48d30689ad9fd3eb3b73c37af660e77a63e0052d 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; |
} |
@@ -387,6 +388,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; |