diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-28 13:23:29 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-28 13:23:29 +0000 |
commit | 73818dce9340c9d7be372d44e8bba305c915c89a (patch) | |
tree | 3b9a57d3abdb86e046cb15053d4d12a157ac59ef /include | |
parent | c3410b8cbbf63ac7968262c25c996bdbaab20588 (diff) |
Add GrPaint stage for xfermodes.
Review URL: https://codereview.chromium.org/12918032
git-svn-id: http://skia.googlecode.com/svn/trunk@8425 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrPaint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h index e0a9203a37..25ec699762 100644 --- a/include/gpu/GrPaint.h +++ b/include/gpu/GrPaint.h @@ -44,7 +44,7 @@ class GrPaint { public: enum { - kMaxColorStages = 2, + kMaxColorStages = 3, kMaxCoverageStages = 1, }; |