| Index: third_party/WebKit/Source/core/plugins/PluginView.h
|
| diff --git a/third_party/WebKit/Source/core/plugins/PluginView.h b/third_party/WebKit/Source/core/plugins/PluginView.h
|
| index 4a3e13ae3ecef05c756fb255f42d6750c5c0e511..5e2ba4f96be724f4e2f09d5476e4fca118cdee08 100644
|
| --- a/third_party/WebKit/Source/core/plugins/PluginView.h
|
| +++ b/third_party/WebKit/Source/core/plugins/PluginView.h
|
| @@ -46,7 +46,6 @@ public:
|
|
|
| virtual WebLayer* platformLayer() const { return 0; }
|
| virtual v8::Local<v8::Object> scriptableObject(v8::Isolate*) { return v8::Local<v8::Object>(); }
|
| - virtual bool getFormValue(String&) { return false; }
|
| virtual bool wantsWheelEvents() { return false; }
|
| virtual bool supportsKeyboardFocus() const { return false; }
|
| virtual bool supportsInputMethod() const { return false; }
|
|
|