diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-06 20:51:20 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-06 20:51:20 +0000 |
commit | 47059542e7aa153926377456a6c611e55c8e428c (patch) | |
tree | a5db22e37f7dc732b5e993c79f48f5f52b51cd9e /gm | |
parent | cb7be694c31f833c00a0dfb3529aaead3a4db62d (diff) |
Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix.
Verbal LGTM from TomH
git-svn-id: http://skia.googlecode.com/svn/trunk@4198 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
-rw-r--r-- | gm/texdata.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/texdata.cpp b/gm/texdata.cpp index 1fdae69bd3..b62aad067c 100644 --- a/gm/texdata.cpp +++ b/gm/texdata.cpp @@ -96,8 +96,8 @@ protected: GrPaint paint; paint.reset(); paint.fColor = 0xffffffff; - paint.fSrcBlendCoeff = kOne_BlendCoeff; - paint.fDstBlendCoeff = kISA_BlendCoeff; + paint.fSrcBlendCoeff = kOne_GrBlendCoeff; + paint.fDstBlendCoeff = kISA_GrBlendCoeff; GrMatrix vm; if (i) { vm.setRotate(90 * SK_Scalar1, |