| Index: src/gpu/GrDrawState.h
|
| diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
|
| index 71c44d4867916bc6366fb288e1a1e4eed3242819..036c4a517238d0b5d172d07f876e55c48beeff91 100644
|
| --- a/src/gpu/GrDrawState.h
|
| +++ b/src/gpu/GrDrawState.h
|
| @@ -618,10 +618,7 @@ public:
|
| * setBlendFunc() which will use coverage*color as the src color.
|
| */
|
| kCoverageDrawing_StateBit = 0x10,
|
| -
|
| - // Users of the class may add additional bits to the vector
|
| - kDummyStateBit,
|
| - kLastPublicStateBit = kDummyStateBit-1,
|
| + kLast_StateBit = kCoverageDrawing_StateBit,
|
| };
|
|
|
| uint32_t getFlagBits() const { return fFlagBits; }
|
|
|