Index: src/core/SkBitmapController.h |
diff --git a/src/core/SkBitmapController.h b/src/core/SkBitmapController.h |
index 32e73e813d33f01f84406ea70d27b9949e011c12..86b8755ec185d4403714371d0cb4090d234d0fde 100644 |
--- a/src/core/SkBitmapController.h |
+++ b/src/core/SkBitmapController.h |
@@ -27,12 +27,12 @@ public: |
const SkPixmap& pixmap() const { return fPixmap; } |
const SkMatrix& invMatrix() const { return fInvMatrix; } |
SkFilterQuality quality() const { return fQuality; } |
- |
+ |
protected: |
SkPixmap fPixmap; |
SkMatrix fInvMatrix; |
SkFilterQuality fQuality; |
- |
+ |
private: |
friend class SkBitmapController; |
}; |
@@ -56,7 +56,7 @@ protected: |
class SkDefaultBitmapController : public SkBitmapController { |
public: |
SkDefaultBitmapController() {} |
- |
+ |
protected: |
State* onRequestBitmap(const SkBitmapProvider&, const SkMatrix& inverse, SkFilterQuality, |
void* storage, size_t storageSize) override; |