| Index: Source/core/html/HTMLPlugInElement.h
|
| diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
|
| index e7152daa33ae4b033db23e84cdc37eb6d38e7b38..22087a9f50ec8766855d711372e5ce0ea2966359 100644
|
| --- a/Source/core/html/HTMLPlugInElement.h
|
| +++ b/Source/core/html/HTMLPlugInElement.h
|
| @@ -63,6 +63,7 @@ public:
|
|
|
| SharedPersistent<v8::Object>* pluginWrapper();
|
| NPObject* getNPObject();
|
| + void setPluginFocus(bool focused);
|
| bool canProcessDrag() const;
|
| const String& url() const { return m_url; }
|
|
|
|
|