Index: src/core/SkOpts.h |
diff --git a/src/core/SkOpts.h b/src/core/SkOpts.h |
index 398904782676e036b0cacedbd7fd9858165db1e8..bc3ea00140856b35c6de2217fca269148dc28722 100644 |
--- a/src/core/SkOpts.h |
+++ b/src/core/SkOpts.h |
@@ -8,7 +8,6 @@ |
#ifndef SkOpts_DEFINED |
#define SkOpts_DEFINED |
-#include "SkMatrix.h" |
#include "SkTextureCompressor.h" |
#include "SkTypes.h" |
#include "SkXfermode.h" |
@@ -50,8 +49,6 @@ namespace SkOpts { |
int, |
const SkColor*); |
- extern SkMatrix::MapPtsProc matrix_translate, matrix_scale_translate, matrix_affine; |
- |
// Swizzle input into some sort of 8888 pixel, {premul,unpremul} x {rgba,bgra}. |
typedef void (*Swizzle_8888)(uint32_t*, const void*, int); |
extern Swizzle_8888 RGBA_to_BGRA, // i.e. just swap RB |