Bug 627291 - GfxInfo no longer needs ISupports impl. caused by bug 625160. r=me a=bustage

--HG--
extra : rebase_source : 16039d01237022da065a3337a867ad9500e6fa91
This commit is contained in:
Doug Turner 2011-01-19 22:39:04 -08:00
parent ddab052663
commit 983de454ec

View File

@ -50,12 +50,8 @@
#include "nsIPrefService.h"
#endif
using namespace mozilla::widget;
NS_IMPL_ISUPPORTS1(GfxInfo, nsIGfxInfo)
/* GetD2DEnabled and GetDwriteEnabled shouldn't be called until after gfxPlatform initialization
* has occurred because they depend on it for information. (See bug 591561) */
nsresult