| Index: include/views/SkWindow.h
|
| diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
|
| index 341046aacccfd3b5443511ca620dd3f52a3cbb76..50774849a6b605c6eeccb79959ee2d7b83522b82 100644
|
| --- a/include/views/SkWindow.h
|
| +++ b/include/views/SkWindow.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| void resize(int width, int height);
|
| void resize(const SkImageInfo&);
|
| - void setColorType(SkColorType, SkColorProfileType);
|
| + void setColorType(SkColorType, sk_sp<SkColorSpace>);
|
|
|
| bool isDirty() const { return !fDirtyRgn.isEmpty(); }
|
| bool update(SkIRect* updateArea);
|
|
|