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 c7f095a280aba9879ee36c82d4a8085be6891066..210774b25f4831e1525a63833aedbed87601209c 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -60,6 +60,7 @@ class CONTENT_EXPORT BrowserPlugin : |
virtual bool initialize(WebKit::WebPluginContainer* container) OVERRIDE; |
virtual void destroy() OVERRIDE; |
virtual NPObject* scriptableObject() OVERRIDE; |
+ virtual bool supportsKeyboardFocus() const OVERRIDE; |
virtual void paint( |
WebKit::WebCanvas* canvas, |
const WebKit::WebRect& rect) OVERRIDE; |