Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index 7e646a13f162e72777e56fa38f130e4466ccc0fe..4cfd02421a6be74c468a2475458196213f6bf629 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -146,9 +146,6 @@ public: |
void flush() override; |
- void onAttachToCanvas(SkCanvas* canvas) override; |
- void onDetachFromCanvas() override; |
- |
bool onAccessPixels(SkPixmap*) override; |
// for debugging purposes only |
@@ -165,7 +162,6 @@ private: |
sk_sp<GrRenderTarget> fRenderTarget; |
sk_sp<GrDrawContext> fDrawContext; |
- SkAutoTUnref<const SkClipStack> fClipStack; |
SkIPoint fClipOrigin; |
GrClipStackClip fClip; |
SkISize fSize; |