aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawState.h')
-rw-r--r--src/gpu/GrDrawState.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index 1db2e4afa3..8be76b36ab 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -670,13 +670,6 @@ public:
*/
kColorMatrix_StateBit = 0x10,
- /**
- * The pixels written to the render target should be unpremultiplied.
- * This flag is temporary and will be removed when this functionality is
- * captured in a custom stage.
- */
- kUnpremultiply_StageBit = 0x20,
-
// Users of the class may add additional bits to the vector
kDummyStateBit,
kLastPublicStateBit = kDummyStateBit-1,