Bug 1208944 - Part 10-a. Call CallWindowProc when WidgetPluginEvent isn't handled by plugin. r=masayuki
This commit is contained in:
@@ -687,6 +687,15 @@ PuppetWidget::SetPluginFocused(bool& aFocused)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
void
|
||||
PuppetWidget::DefaultProcOfPluginEvent(const WidgetPluginEvent& aEvent)
|
||||
{
|
||||
if (!mTabChild) {
|
||||
return;
|
||||
}
|
||||
mTabChild->SendDefaultProcOfPluginEvent(aEvent);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP_(void)
|
||||
PuppetWidget::SetInputContext(const InputContext& aContext,
|
||||
const InputContextAction& aAction)
|
||||
|
||||
Reference in New Issue
Block a user