mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1110888 follow-up: Mark SetPluginFocused as override
This commit is contained in:
parent
2c672cd8e9
commit
951de57ef8
@ -536,7 +536,7 @@ public:
|
||||
int32_t aPanelX, int32_t aPanelY,
|
||||
nsString& aCommitted) override;
|
||||
|
||||
NS_IMETHOD SetPluginFocused(bool& aFocused);
|
||||
NS_IMETHOD SetPluginFocused(bool& aFocused) override;
|
||||
|
||||
bool IsPluginFocused() { return mPluginFocused; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user