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-05-19 21:22:39 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-19 21:22:39 +0000
commit2368f6f57265240c086cd20bb4e4cbe99f216373 (patch)
tree2bfcc09ba1ed2a9d59a1dc6ff7abec4a60610730 /gpu/src/GrGpu.cpp
parent64cc579efa7e416c7298ed159d76b074b283c0f9 (diff)
Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIState
Review URL: http://codereview.appspot.com/4552053/ git-svn-id: http://skia.googlecode.com/svn/trunk@1387 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/src/GrGpu.cpp')
-rw-r--r--gpu/src/GrGpu.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/gpu/src/GrGpu.cpp b/gpu/src/GrGpu.cpp
index a64a8dbedc..4fe7ccc30d 100644
--- a/gpu/src/GrGpu.cpp
+++ b/gpu/src/GrGpu.cpp
@@ -142,17 +142,6 @@ GrTexture* GrGpu::createTexture(const GrTextureDesc& desc,
return this->onCreateTexture(desc, srcData, rowBytes);
}
-GrRenderTarget* GrGpu::createPlatformRenderTarget(intptr_t platformRenderTarget,
- int stencilBits,
- bool isMultisampled,
- int width, int height) {
- this->handleDirtyContext();
- return this->onCreatePlatformRenderTarget(platformRenderTarget,
- stencilBits,
- isMultisampled,
- width, height);
-}
-
GrRenderTarget* GrGpu::createRenderTargetFrom3DApiState() {
this->handleDirtyContext();
return this->onCreateRenderTargetFrom3DApiState();