Use the nsRenderingContextImpl as the Base Class for nsRenderingContextImpl.
git-svn-id: svn://10.0.0.236/trunk@64613 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#ifndef nsRenderingContextMac_h___
|
||||
#define nsRenderingContextMac_h___
|
||||
|
||||
#include "nsIRenderingContext.h"
|
||||
#include "nsRenderingContextImpl.h"
|
||||
#include "nsDrawingSurfaceMac.h"
|
||||
#include "nsUnicodeRenderingToolkit.h"
|
||||
#include <QDOffscreen.h>
|
||||
@@ -45,7 +45,7 @@ class nsIGraphics;
|
||||
//------------------------------------------------------------------------
|
||||
|
||||
|
||||
class nsRenderingContextMac : public nsIRenderingContext
|
||||
class nsRenderingContextMac : public nsRenderingContextImpl
|
||||
{
|
||||
public:
|
||||
nsRenderingContextMac();
|
||||
|
||||
Reference in New Issue
Block a user