| Index: src/core/SkMipMap.h
|
| diff --git a/src/core/SkMipMap.h b/src/core/SkMipMap.h
|
| index b3e958d63c6f7e921ed7ee758283cc6d2e596fd9..bc6d154939a44c58cd4f0d3b8aa625f18ccfc5b8 100644
|
| --- a/src/core/SkMipMap.h
|
| +++ b/src/core/SkMipMap.h
|
| @@ -11,6 +11,7 @@
|
| #include "SkCachedData.h"
|
| #include "SkPixmap.h"
|
| #include "SkScalar.h"
|
| +#include "SkSize.h"
|
|
|
| class SkBitmap;
|
| class SkDiscardableMemory;
|
| @@ -24,7 +25,7 @@ public:
|
|
|
| struct Level {
|
| SkPixmap fPixmap;
|
| - float fScale; // < 1.0
|
| + SkSize fScale; // < 1.0
|
| };
|
|
|
| bool extractLevel(SkScalar scale, Level*) const;
|
|
|