| Index: include/views/SkWindow.h
|
| diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
|
| index ca68e75760c850afe42cda3d3ac7ee573e9e2347..f8dffa3a0c23a3e7e36c9d83010b9a4878834518 100644
|
| --- a/include/views/SkWindow.h
|
| +++ b/include/views/SkWindow.h
|
| @@ -34,8 +34,6 @@ public:
|
|
|
| void setConfig(SkBitmap::Config);
|
| void resize(int width, int height, SkBitmap::Config config = SkBitmap::kNo_Config);
|
| - void eraseARGB(U8CPU a, U8CPU r, U8CPU g, U8CPU b);
|
| - void eraseRGB(U8CPU r, U8CPU g, U8CPU b);
|
|
|
| bool isDirty() const { return !fDirtyRgn.isEmpty(); }
|
| bool update(SkIRect* updateArea);
|
|
|