Chromium Code Reviews| Index: Source/core/html/HTMLPlugInElement.h |
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h |
| index 33a69a078fa92c898f1a093ff453d286bdd75b6e..fe0f45bdbaf96fc304aa7fa412683e683bb71c69 100644 |
| --- a/Source/core/html/HTMLPlugInElement.h |
| +++ b/Source/core/html/HTMLPlugInElement.h |
| @@ -123,6 +123,7 @@ private: |
| bool loadPlugin(const KURL&, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback); |
| bool pluginIsLoadable(const KURL&, const String& mimeType); |
| bool wouldLoadAsNetscapePlugin(const String& url, const String& serviceType); |
| + bool canHandleInputMethod() const; |
|
tkent
2013/12/10 07:22:57
This function is not called.
kochi
2013/12/10 08:20:56
Oops, removed.
|
| mutable RefPtr<SharedPersistent<v8::Object> > m_pluginWrapper; |
| NPObject* m_NPObject; |