Bug 1233858 - Part 1 - ensure Skia's SkGraphics::Init is called from gfxPlatform::Init. r=jmuizelaar

This commit is contained in:
Lee Salzman 2015-12-29 12:22:51 -05:00
parent 114d237567
commit 712393d629

View File

@ -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