diff options
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrTypes.h | 4 |
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) |