| Index: Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| diff --git a/Source/WebCore/platform/graphics/transforms/AffineTransform.h b/Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| index 66c5e00477ead337566be2e900277c2901054740..747379599ab9c2229afd9dbcdb0e8160c65281fc 100644
|
| --- a/Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| +++ b/Source/WebCore/platform/graphics/transforms/AffineTransform.h
|
| @@ -34,10 +34,6 @@
|
|
|
| #if USE(CG)
|
| #include <CoreGraphics/CGAffineTransform.h>
|
| -#elif PLATFORM(OPENVG)
|
| -#include "VGUtils.h"
|
| -#elif PLATFORM(QT)
|
| -#include <QTransform>
|
| #elif USE(SKIA)
|
| #include <SkMatrix.h>
|
| #endif
|
| @@ -168,10 +164,6 @@ public:
|
|
|
| #if USE(CG)
|
| operator CGAffineTransform() const;
|
| -#elif PLATFORM(OPENVG)
|
| - operator VGMatrix() const;
|
| -#elif PLATFORM(QT)
|
| - operator QTransform() const;
|
| #elif USE(SKIA)
|
| operator SkMatrix() const;
|
| #endif
|
|
|