Backed out changeset 3d83a5202173 (bug 985773)

This commit is contained in:
Ed Morley 2014-03-26 15:14:50 +00:00
parent b24543df50
commit c3601a06c2
2 changed files with 0 additions and 9 deletions

View File

@ -474,8 +474,6 @@ gfxPlatform::Shutdown()
gPlatform->mMemoryPressureObserver = nullptr;
}
gPlatform->DestroySkiaGLGlue();
#ifdef MOZ_WIDGET_ANDROID
// Shut down the texture pool
mozilla::gl::TexturePoolOGL::Shutdown();
@ -883,12 +881,6 @@ gfxPlatform::GetSkiaGLGlue()
return mSkiaGlue;
}
void
gfxPlatform::DestroySkiaGLGlue()
{
mSkiaGlue = nullptr;
}
void
gfxPlatform::PurgeSkiaCache()
{

View File

@ -589,7 +589,6 @@ public:
bool UseDeprecatedTextures() const { return mLayersUseDeprecated; }
mozilla::gl::SkiaGLGlue* GetSkiaGLGlue();
void DestroySkiaGLGlue();
void PurgeSkiaCache();
protected: