aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrEffectUnitTest.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 14:43:04 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 14:43:04 +0000
commitfec0bc3fc13481f5bcb341ab2d2d695911f39bd4 (patch)
treeb075c7e6c3bede7a17ea664c2d46b29f8911f858 /include/gpu/GrEffectUnitTest.h
parentbeda389e646d6be3cfef853584a78ca8ba39d0fc (diff)
Remove legacy names no longer referenced in Chrome and WebKit.
Review URL: https://codereview.appspot.com/7311055 git-svn-id: http://skia.googlecode.com/svn/trunk@7640 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrEffectUnitTest.h')
-rw-r--r--include/gpu/GrEffectUnitTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrEffectUnitTest.h b/include/gpu/GrEffectUnitTest.h
index 8b65e97235..3d251e21a7 100644
--- a/include/gpu/GrEffectUnitTest.h
+++ b/include/gpu/GrEffectUnitTest.h
@@ -68,7 +68,7 @@ private:
* also implement this static function:
* GrEffect* TestCreate(SkRandom*, GrContext*, GrTexture* dummyTextures[2]);
* dummyTextures[] are valid textures that can optionally be used to construct GrTextureAccesses.
- * The first texture has config kSkia8888_PM_GrPixelConfig and the second has
+ * The first texture has config kSkia8888_GrPixelConfig and the second has
* kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using
* the GrContext.
*/