aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGpu.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-16 20:38:11 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-16 20:38:11 +0000
commit8b4a64d3184de8c0680fbacd3fd89279ac06fb52 (patch)
treec260185361fafef21c0b66992198c9e31ccd8e79 /gpu/src/GrGpu.cpp
parent498776ad9f5ac78f4a6d0a4ef967921c42bc3e3f (diff)
Make GrDrawTarget.h and GrPathRenderer.h be private headers
Review URL: http://codereview.appspot.com/4894050/ git-svn-id: http://skia.googlecode.com/svn/trunk@2125 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/src/GrGpu.cpp')
-rw-r--r--gpu/src/GrGpu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/src/GrGpu.cpp b/gpu/src/GrGpu.cpp
index 53b5c03c97..cde851d49f 100644
--- a/gpu/src/GrGpu.cpp
+++ b/gpu/src/GrGpu.cpp
@@ -62,6 +62,8 @@ GrGpu::GrGpu()
GrGpu::~GrGpu() {
this->releaseResources();
+ GrSafeUnref(fDefaultPathRenderer);
+ GrSafeUnref(fClientPathRenderer);
}
void GrGpu::abandonResources() {