Bug 1156135. Add runtime testing of graphics features. r=mattwoodrow,mossop

This commit is contained in:
Mason Chang
2015-06-16 15:49:26 -07:00
parent bcc194d1a3
commit 6e7c11028f
9 changed files with 190 additions and 0 deletions

View File

@@ -655,6 +655,7 @@ nsresult
GfxInfoBase::Init()
{
InitGfxDriverInfoShutdownObserver();
gfxPrefs::GetSingleton();
nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService();
if (os) {