aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrStencilBuffer.h')
-rw-r--r--src/gpu/GrStencilBuffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrStencilBuffer.h b/src/gpu/GrStencilBuffer.h
index 649e130cd9..f83590a541 100644
--- a/src/gpu/GrStencilBuffer.h
+++ b/src/gpu/GrStencilBuffer.h
@@ -84,7 +84,7 @@ protected:
, fLastClipData()
, fLastClipWidth(-1)
, fLastClipHeight(-1)
- , fCacheEntry(NULL)
+ , fHoldingLock(false)
, fRTAttachmentCnt(0) {
}
@@ -109,7 +109,7 @@ private:
int fLastClipWidth;
int fLastClipHeight;
- GrResourceEntry* fCacheEntry;
+ bool fHoldingLock;
int fRTAttachmentCnt;
typedef GrResource INHERITED;