diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-13 21:53:49 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-13 21:53:49 +0000 |
commit | 0b96a84ca1c5168363ac8ce7a500bf5850870ad2 (patch) | |
tree | 19cb9cd3f8ca66e3caf91dbdeb5ea3369da52dff /src/gpu | |
parent | 0fb212581440a63edcc695a34302e96605989a11 (diff) |
Remove unused SkGpuDevice functions, add GrRenderTarget handle getters
Code Review: http://codereview.appspot.com/4718041/
git-svn-id: http://skia.googlecode.com/svn/trunk@1854 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r-- | src/gpu/SkGpuDevice.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp index f0e7d612f8..eaf88b02bb 100644 --- a/src/gpu/SkGpuDevice.cpp +++ b/src/gpu/SkGpuDevice.cpp @@ -258,14 +258,6 @@ SkGpuDevice::~SkGpuDevice() { fContext->unref(); } -intptr_t SkGpuDevice::getLayerTextureHandle() const { - if (fTexture) { - return fTexture->getTextureHandle(); - } else { - return 0; - } -} - /////////////////////////////////////////////////////////////////////////////// void SkGpuDevice::makeRenderTargetCurrent() { |