aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-14 12:18:26 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-14 12:18:26 +0000
commitf105b109264f71dfb0bfd9977e6a5dd0a5a12f57 (patch)
tree761b75e87ae4ccdd684de304c8e3e65f72c14b3d /src/gpu/GrGpu.h
parent18c464b460d062142ab7198724431a4d2ad7070d (diff)
Made clip mask cache use Scratch Texture system
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r--src/gpu/GrGpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index de14935e7f..aeb51f829a 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -87,6 +87,7 @@ public:
void setContext(GrContext* context) {
GrAssert(NULL == fContext);
fContext = context;
+ fClipMaskManager.setContext(context);
}
GrContext* getContext() { return fContext; }
const GrContext* getContext() const { return fContext; }