| Index: Source/web/WebPluginContainerImpl.h
|
| diff --git a/Source/web/WebPluginContainerImpl.h b/Source/web/WebPluginContainerImpl.h
|
| index 47eebf462642b0d58caca17a6ede75e07369cf11..bc6e3417af0992d55e79cccf86744c9ccc57d59f 100644
|
| --- a/Source/web/WebPluginContainerImpl.h
|
| +++ b/Source/web/WebPluginContainerImpl.h
|
| @@ -77,6 +77,7 @@ public:
|
| virtual NPObject* scriptableObject() OVERRIDE;
|
| virtual bool getFormValue(String&) OVERRIDE;
|
| virtual bool supportsKeyboardFocus() const OVERRIDE;
|
| + virtual bool supportsInputMethod() const OVERRIDE;
|
| virtual bool canProcessDrag() const OVERRIDE;
|
| virtual bool wantsWheelEvents() OVERRIDE;
|
|
|
|
|