aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-05-15 13:48:50 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-15 18:19:49 +0000
commit0ec981ba493e4a1f8d7aad513f3ae9e1f2c14711 (patch)
tree1c7c6232021a46fccc2c2ab07aca3b9394f68637 /include
parent604b197c6b3262206d99e71030a8071bcc36083d (diff)
Remove kCheckAllocation_GrSurfaceFlags.
This flags was only specified in one place (per backend). However, it was specified when no allocations occur. Change-Id: Ic892d3064598519a07fb6773ba626fe022ef2f78 Reviewed-on: https://skia-review.googlesource.com/16904 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrTypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 654febd3ca..f52af3a089 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -589,11 +589,6 @@ enum GrSurfaceFlags {
* Placeholder for managing zero-copy textures
*/
kZeroCopy_GrSurfaceFlag = 0x2,
- /**
- * Indicates that all allocations (color buffer, FBO completeness, etc)
- * should be verified.
- */
- kCheckAllocation_GrSurfaceFlag = 0x4,
};
GR_MAKE_BITFIELD_OPS(GrSurfaceFlags)