| commit | 5bc34f04fe70cdde702ac3bff1fea0ccb275d4a5 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Dec 06 14:46:34 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Dec 06 14:46:34 2011 +0000 |
| tree | b6fc46ffc37f860f0d5c67fedcea55977acfa7fb | |
| parent | 0be5eb75331050bd095072e6d9a2528af2c6c630 [diff] [blame] |
Remove fConfig/fFormat union in GrTextureDesc Review URL: http://codereview.appspot.com/5448116/ git-svn-id: http://skia.googlecode.com/svn/trunk@2806 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/GrAtlas.cpp b/src/gpu/GrAtlas.cpp index 5c95153..17464ba 100644 --- a/src/gpu/GrAtlas.cpp +++ b/src/gpu/GrAtlas.cpp
@@ -182,7 +182,7 @@ kNone_GrAALevel, GR_ATLAS_TEXTURE_WIDTH, GR_ATLAS_TEXTURE_HEIGHT, - { maskformat2pixelconfig(format) } + maskformat2pixelconfig(format) }; fTexture[format] = fGpu->createTexture(desc, NULL, 0); if (NULL == fTexture[format]) {