Index: src/gpu/GrDrawTarget.cpp |
diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp |
index a7f4d92854e3a7c728e8fcbf52982c882722ed93..3f898ab26a2061c509b0e5502fa25fe511246081 100644 |
--- a/src/gpu/GrDrawTarget.cpp |
+++ b/src/gpu/GrDrawTarget.cpp |
@@ -41,8 +41,6 @@ |
// TODO: Stop extracting the context (currently needed by GrClipMaskManager) |
fContext = fGpu->getContext(); |
fClipMaskManager.reset(new GrClipMaskManager(this)); |
- |
- rt->setLastDrawTarget(this); |
#ifdef SK_DEBUG |
static int debugID = 0; |