| Index: include/views/SkWindow.h
|
| diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
|
| index 0d47875bf7c372add67b41504bc95ce0e8d40b8a..6db85a421c8fc151c4cbfa43e9f317f9e0e14d6e 100644
|
| --- a/include/views/SkWindow.h
|
| +++ b/include/views/SkWindow.h
|
| @@ -43,8 +43,7 @@ public:
|
|
|
| const SkBitmap& getBitmap() const { return fBitmap; }
|
|
|
| - void setColorType(SkColorType);
|
| - void resize(int width, int height, SkColorType = kUnknown_SkColorType);
|
| + void resize(int width, int height);
|
|
|
| bool isDirty() const { return !fDirtyRgn.isEmpty(); }
|
| bool update(SkIRect* updateArea);
|
| @@ -96,7 +95,6 @@ protected:
|
|
|
| private:
|
| SkSurfaceProps fSurfaceProps;
|
| - SkColorType fColorType;
|
| SkBitmap fBitmap;
|
| SkRegion fDirtyRgn;
|
|
|
|
|