Loading gfx/tests/gfxFontSelectionTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -341,8 +341,7 @@ main (int argc, char **argv) { if (NS_FAILED(rv)) return -1; rv = gfxPlatform::Init(); if (NS_FAILED(rv)) if (!gfxPlatform::GetPlatform()) return -1; // let's get all the xpcom goop out of the system Loading gfx/tests/gfxTextRunPerfTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -150,8 +150,7 @@ main (int argc, char **argv) { if (NS_FAILED(rv)) return -1; rv = gfxPlatform::Init(); if (NS_FAILED(rv)) if (!gfxPlatform::GetPlatform()) return -1; // let's get all the xpcom goop out of the system Loading gfx/tests/gfxWordCacheTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -137,8 +137,7 @@ main (int argc, char **argv) { if (NS_FAILED(rv)) return -1; rv = gfxPlatform::Init(); if (NS_FAILED(rv)) if (!gfxPlatform::GetPlatform()) return -1; // let's get all the xpcom goop out of the system Loading gfx/thebes/gfxPlatform.h +5 −4 Original line number Diff line number Diff line Loading @@ -175,10 +175,6 @@ public: */ static gfxPlatform *GetPlatform(); /** * Start up Thebes. */ static void Init(); /** * Shut down Thebes. Loading Loading @@ -481,6 +477,11 @@ protected: mozilla::gfx::BackendType mPreferredDrawTargetBackend; private: /** * Start up Thebes. */ static void Init(); virtual qcms_profile* GetPlatformCMSOutputProfile(); nsRefPtr<gfxASurface> mScreenReferenceSurface; Loading widget/qt/nsWindow.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -258,6 +258,7 @@ nsWindow::nsWindow() mMoveEvent.needDispatch = false; if (!gGlobalsInitialized) { gfxPlatform::GetPlatform(); gGlobalsInitialized = true; #if defined(MOZ_X11) && (MOZ_PLATFORM_MAEMO == 6) Loading Loading
gfx/tests/gfxFontSelectionTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -341,8 +341,7 @@ main (int argc, char **argv) { if (NS_FAILED(rv)) return -1; rv = gfxPlatform::Init(); if (NS_FAILED(rv)) if (!gfxPlatform::GetPlatform()) return -1; // let's get all the xpcom goop out of the system Loading
gfx/tests/gfxTextRunPerfTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -150,8 +150,7 @@ main (int argc, char **argv) { if (NS_FAILED(rv)) return -1; rv = gfxPlatform::Init(); if (NS_FAILED(rv)) if (!gfxPlatform::GetPlatform()) return -1; // let's get all the xpcom goop out of the system Loading
gfx/tests/gfxWordCacheTest.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -137,8 +137,7 @@ main (int argc, char **argv) { if (NS_FAILED(rv)) return -1; rv = gfxPlatform::Init(); if (NS_FAILED(rv)) if (!gfxPlatform::GetPlatform()) return -1; // let's get all the xpcom goop out of the system Loading
gfx/thebes/gfxPlatform.h +5 −4 Original line number Diff line number Diff line Loading @@ -175,10 +175,6 @@ public: */ static gfxPlatform *GetPlatform(); /** * Start up Thebes. */ static void Init(); /** * Shut down Thebes. Loading Loading @@ -481,6 +477,11 @@ protected: mozilla::gfx::BackendType mPreferredDrawTargetBackend; private: /** * Start up Thebes. */ static void Init(); virtual qcms_profile* GetPlatformCMSOutputProfile(); nsRefPtr<gfxASurface> mScreenReferenceSurface; Loading
widget/qt/nsWindow.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -258,6 +258,7 @@ nsWindow::nsWindow() mMoveEvent.needDispatch = false; if (!gGlobalsInitialized) { gfxPlatform::GetPlatform(); gGlobalsInitialized = true; #if defined(MOZ_X11) && (MOZ_PLATFORM_MAEMO == 6) Loading