| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index e74e95f2f32c4fef7836659e9f2317c94e87f520..394ea5241872b802b9b5dfe156413a71b047b05e 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -343,6 +343,8 @@ protected:
|
| virtual bool EXPERIMENTAL_drawPicture(SkCanvas*, const SkPicture*, const SkMatrix*,
|
| const SkPaint*);
|
|
|
| + void setPixelGeometry(SkPixelGeometry geo);
|
| +
|
| private:
|
| friend class SkCanvas;
|
| friend struct DeviceCM; //for setMatrixClip
|
|
|