| Index: tools/viewer/sk_app/WindowContext.h
|
| diff --git a/tools/viewer/sk_app/WindowContext.h b/tools/viewer/sk_app/WindowContext.h
|
| index f63009c349254d5540544331d8255a77af0dadf9..99d693af137d6ef148702c21ecbace45e849a497 100644
|
| --- a/tools/viewer/sk_app/WindowContext.h
|
| +++ b/tools/viewer/sk_app/WindowContext.h
|
| @@ -45,8 +45,6 @@ public:
|
| GrContext* getGrContext() const { return fContext; }
|
|
|
| sk_sp<SkSurface> createOffscreenSurface(bool sRGB);
|
| - void presentRenderSurface(sk_sp<SkSurface> renderSurface, sk_sp<GrRenderTarget> rt,
|
| - int colorBits);
|
|
|
| protected:
|
| virtual bool isGpuContext() { return true; }
|
|
|