diff options
Diffstat (limited to 'src/core/SkPixmapPriv.h')
-rw-r--r-- | src/core/SkPixmapPriv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkPixmapPriv.h b/src/core/SkPixmapPriv.h index 1d677fdc46..dfc9ce2dd0 100644 --- a/src/core/SkPixmapPriv.h +++ b/src/core/SkPixmapPriv.h @@ -9,7 +9,7 @@ #define SkPixmapPriv_DEFINED #include "SkPixmap.h" -#include "SkEncodedOrigin.h" +#include "SkCodec.h" class SkPixmapPriv { public: @@ -20,7 +20,7 @@ public: kSwapXY = 1 << 2, }; - static OrientFlags OriginToOrient(SkEncodedOrigin); + static OrientFlags OriginToOrient(SkCodec::Origin); /** * Copy the pixels in this pixmap into dst, applying the orientation transformations specified |