diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-30 14:22:41 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-30 14:22:41 +0000 |
commit | b9014f4f2e6e2bb13f63006cecf34b848d95b0f3 (patch) | |
tree | b4cfd017eb509bcf1c8c8c06d565416d66df62a4 /src/gpu/gl | |
parent | 4cccc6b224cc37c99a3101893f645b7af776287e (diff) |
Remove deprecated names from Gr (WK is no longer using them)
Review URL: http://codereview.appspot.com/5969046/
git-svn-id: http://skia.googlecode.com/svn/trunk@3553 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl')
-rw-r--r-- | src/gpu/gl/GrGpuGL.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/GrGpuGL.cpp b/src/gpu/gl/GrGpuGL.cpp index 8754ac3d90..8214b6ea53 100644 --- a/src/gpu/gl/GrGpuGL.cpp +++ b/src/gpu/gl/GrGpuGL.cpp @@ -319,7 +319,7 @@ bool GrGpuGL::canPreserveReadWriteUnpremulPixels() { kNoStencil_GrTextureFlagBit; dstDesc.fWidth = 256; dstDesc.fHeight = 256; - dstDesc.fConfig = kRGBA_8888_GrPixelConfig; + dstDesc.fConfig = kRGBA_8888_PM_GrPixelConfig; dstDesc.fSampleCnt = 0; SkAutoTUnref<GrTexture> dstTex(this->createTexture(dstDesc, NULL, 0)); |