Made BeOS use the nsRenderingContextImpl class as the gtk builds do.
git-svn-id: svn://10.0.0.236/trunk@67176 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3c74221438
commit
cdbaa6ac84
@ -20,7 +20,6 @@
|
||||
* Contributor(s):
|
||||
*/
|
||||
|
||||
#include "nscore.h"
|
||||
#include "nsIFactory.h"
|
||||
#include "nsISupports.h"
|
||||
#include "nsGfxCIID.h"
|
||||
@ -44,7 +43,6 @@ static NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID);
|
||||
static NS_DEFINE_IID(kCDeviceContextSpec, NS_DEVICE_CONTEXT_SPEC_CID);
|
||||
static NS_DEFINE_IID(kCDeviceContextSpecFactory, NS_DEVICE_CONTEXT_SPEC_FACTORY_CID);
|
||||
|
||||
|
||||
class nsGfxFactoryBeOS : public nsIFactory
|
||||
{
|
||||
public:
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#ifndef nsRenderingContextBeOS_h___
|
||||
#define nsRenderingContextBeOS_h___
|
||||
|
||||
#include "nsIRenderingContext.h"
|
||||
#include "nsRenderingContextImpl.h"
|
||||
#include "nsUnitConversion.h"
|
||||
#include "nsFont.h"
|
||||
#include "nsIFontMetrics.h"
|
||||
@ -40,7 +40,7 @@
|
||||
#include "nsDrawingSurfaceBeOS.h"
|
||||
#include "nsRegionBeOS.h"
|
||||
|
||||
class nsRenderingContextBeOS : public nsIRenderingContext
|
||||
class nsRenderingContextBeOS : public nsRenderingContextImpl
|
||||
{
|
||||
public:
|
||||
nsRenderingContextBeOS();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user