Bug 1286663 - Add request thumbnail native method to ThumbnailHelper; r=snorp
Add and use a request thumbnail native method call in ThumbnailHelper, instead of using the THUMBNAIL event in GeckoEvent.
This commit is contained in:
@@ -1706,7 +1706,7 @@ NS_IMETHODIMP nsAndroidBridge::GetBrowserApp(nsIAndroidBrowserApp * *aBrowserApp
|
||||
{
|
||||
nsAppShell* const appShell = nsAppShell::Get();
|
||||
if (appShell)
|
||||
appShell->GetBrowserApp(aBrowserApp);
|
||||
NS_IF_ADDREF(*aBrowserApp = appShell->GetBrowserApp());
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user