diff --git a/gfx/src/mac/nsRenderingContextMac.h b/gfx/src/mac/nsRenderingContextMac.h index 2e2e5f7308dd..7fd874a7d2f9 100644 --- a/gfx/src/mac/nsRenderingContextMac.h +++ b/gfx/src/mac/nsRenderingContextMac.h @@ -23,7 +23,7 @@ #ifndef nsRenderingContextMac_h___ #define nsRenderingContextMac_h___ -#include "nsIRenderingContext.h" +#include "nsRenderingContextImpl.h" #include "nsDrawingSurfaceMac.h" #include "nsUnicodeRenderingToolkit.h" #include @@ -45,7 +45,7 @@ class nsIGraphics; //------------------------------------------------------------------------ -class nsRenderingContextMac : public nsIRenderingContext +class nsRenderingContextMac : public nsRenderingContextImpl { public: nsRenderingContextMac();