diff --git a/gfx/thebes/gfxPlatform.cpp b/gfx/thebes/gfxPlatform.cpp index 25e3664cbb12..9967d2ed09cf 100644 --- a/gfx/thebes/gfxPlatform.cpp +++ b/gfx/thebes/gfxPlatform.cpp @@ -549,6 +549,10 @@ gfxPlatform::Init() #error "No gfxPlatform implementation available" #endif +#ifdef USE_SKIA + SkGraphics::Init(); +#endif + #ifdef MOZ_GL_DEBUG GLContext::StaticInit(); #endif