aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-05-22 14:00:07 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-22 18:50:58 +0000
commit7128fdd82d7c4bd5e17dd5a2ebb6135904335746 (patch)
tree91dadcaef1c6ba0cce3a913ab18a7d318405f2b7 /include/gpu
parent112565e3e7e0403a2a1bf1db9a42134a5cd6ed85 (diff)
Remove kZeroCopy_GrSurfaceFlag
Change-Id: I2869f97a14f3a1363ebfef5d657bd6468fc991f7 Reviewed-on: https://skia-review.googlesource.com/17491 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/GrTypes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index a1311005f8..e9630270f6 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -522,10 +522,6 @@ enum GrSurfaceFlags {
* GrTexture::asRenderTarget() to access.
*/
kRenderTarget_GrSurfaceFlag = 0x1,
- /**
- * Placeholder for managing zero-copy textures
- */
- kZeroCopy_GrSurfaceFlag = 0x2,
};
GR_MAKE_BITFIELD_OPS(GrSurfaceFlags)