mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Back out 75fb08918611 (bug 903466) for Android build bustage
CLOSED TREE
This commit is contained in:
parent
3c031b080c
commit
b107ff17c1
@ -47,7 +47,7 @@ using namespace mozilla;
|
|||||||
|
|
||||||
NS_IMPL_ISUPPORTS0(nsFilePickerCallback)
|
NS_IMPL_ISUPPORTS0(nsFilePickerCallback)
|
||||||
|
|
||||||
StaticRefPtr<AndroidBridge> AndroidBridge::sBridge;
|
nsRefPtr<AndroidBridge> AndroidBridge::sBridge = nullptr;
|
||||||
static unsigned sJavaEnvThreadIndex = 0;
|
static unsigned sJavaEnvThreadIndex = 0;
|
||||||
static void JavaThreadDetachFunc(void *arg);
|
static void JavaThreadDetachFunc(void *arg);
|
||||||
|
|
||||||
@ -1431,7 +1431,7 @@ namespace mozilla {
|
|||||||
nsCOMPtr<nsIThread> mMainThread;
|
nsCOMPtr<nsIThread> mMainThread;
|
||||||
|
|
||||||
};
|
};
|
||||||
StaticRefPtr<TracerRunnable> sTracerRunnable;
|
nsCOMPtr<TracerRunnable> sTracerRunnable;
|
||||||
|
|
||||||
bool InitWidgetTracing() {
|
bool InitWidgetTracing() {
|
||||||
if (!sTracerRunnable)
|
if (!sTracerRunnable)
|
||||||
|
@ -421,7 +421,7 @@ public:
|
|||||||
const int32_t aPort,
|
const int32_t aPort,
|
||||||
nsACString & aResult);
|
nsACString & aResult);
|
||||||
protected:
|
protected:
|
||||||
static StaticRefPtr<AndroidBridge> sBridge;
|
static nsRefPtr<AndroidBridge> sBridge;
|
||||||
nsTArray<nsCOMPtr<nsIMobileMessageCallback> > mSmsRequests;
|
nsTArray<nsCOMPtr<nsIMobileMessageCallback> > mSmsRequests;
|
||||||
|
|
||||||
// the global JavaVM
|
// the global JavaVM
|
||||||
|
@ -89,21 +89,7 @@ static bool gTryRealloc = true;
|
|||||||
static class GLFunctions
|
static class GLFunctions
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MOZ_CONSTEXPR GLFunctions() : mInitialized(false),
|
GLFunctions() : mInitialized(false)
|
||||||
fGetDisplay(nullptr),
|
|
||||||
fEGLGetError(nullptr),
|
|
||||||
fCreateImageKHR(nullptr),
|
|
||||||
fDestroyImageKHR(nullptr),
|
|
||||||
fImageTargetTexture2DOES(nullptr),
|
|
||||||
fBindTexture(nullptr),
|
|
||||||
fGLGetError(nullptr),
|
|
||||||
fGraphicBufferCtor(nullptr),
|
|
||||||
fGraphicBufferDtor(nullptr),
|
|
||||||
fGraphicBufferLock(nullptr),
|
|
||||||
fGraphicBufferLockRect(nullptr),
|
|
||||||
fGraphicBufferUnlock(nullptr),
|
|
||||||
fGraphicBufferGetNativeBuffer(nullptr),
|
|
||||||
fGraphicBufferReallocate(nullptr)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user