From 6b73e558ba80fc0fa311d2d8c5dacdbfd81ca890 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Thu, 14 Jul 2011 15:50:53 +0000 Subject: [PATCH] Undo accidental commit of GrContext.cpp in r1860. git-svn-id: http://skia.googlecode.com/svn/trunk@1861 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gpu/src/GrContext.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpu/src/GrContext.cpp b/gpu/src/GrContext.cpp index 0606689..dc4bac8 100644 --- a/gpu/src/GrContext.cpp +++ b/gpu/src/GrContext.cpp @@ -1467,8 +1467,6 @@ void GrContext::writePixels(int left, int top, int width, int height, const GrTextureDesc desc = { kNone_GrTextureFlags, kNone_GrAALevel, width, height, config }; - GrAutoUnlockTextureEntry aute(this, - this->findApproximateKeylessTexture(desc)); GrTexture* texture = fGpu->createTexture(desc, buffer, stride); if (NULL == texture) { return; -- 2.7.4