| Index: Source/WebCore/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/WebCore/platform/graphics/GraphicsContext.h b/Source/WebCore/platform/graphics/GraphicsContext.h
|
| index 379c9daf04251094c414f8eeeb27a0f8203e808c..e1d60e8073f2c91d6cb822a802c1b95a74f17a2d 100644
|
| --- a/Source/WebCore/platform/graphics/GraphicsContext.h
|
| +++ b/Source/WebCore/platform/graphics/GraphicsContext.h
|
| @@ -339,7 +339,7 @@ namespace WebCore {
|
| enum IncludeDeviceScale { DefinitelyIncludeDeviceScale, PossiblyIncludeDeviceScale };
|
| AffineTransform getCTM(IncludeDeviceScale includeScale = PossiblyIncludeDeviceScale) const;
|
|
|
| -#if ENABLE(3D_RENDERING) && USE(TEXTURE_MAPPER)
|
| +#if USE(TEXTURE_MAPPER)
|
| // This is needed when using accelerated-compositing in software mode, like in TextureMapper.
|
| void concat3DTransform(const TransformationMatrix&);
|
| void set3DTransform(const TransformationMatrix&);
|
|
|