Index: content/renderer/browser_plugin/browser_plugin.h |
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
index f646f3c241c3649da64441d4e0845de30888f403..c311682dc82a7870c43862de77131bc973ed98f2 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -108,6 +108,7 @@ class CONTENT_EXPORT BrowserPlugin : |
virtual void destroy() OVERRIDE; |
virtual NPObject* scriptableObject() OVERRIDE; |
virtual bool supportsKeyboardFocus() const OVERRIDE; |
+ virtual bool canProcessDrag() const OVERRIDE; |
virtual void paint( |
WebKit::WebCanvas* canvas, |
const WebKit::WebRect& rect) OVERRIDE; |