aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTypes.h
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-25 15:23:36 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-25 15:23:36 +0000
commit0f191f30af7c067883c97b034baf70bfd92f5ea0 (patch)
tree9b6d891a48fef185293fe7a3e0f4de66e84b5370 /include/gpu/GrTypes.h
parent69afee1c8fd22affc873890cfcf766d6f5cfdcc2 (diff)
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
Diffstat (limited to 'include/gpu/GrTypes.h')
-rw-r--r--include/gpu/GrTypes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 0ab7773c82..e3e5357075 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -482,18 +482,6 @@ struct GrTextureDesc {
};
/**
- * Set Operations used to construct clips.
- */
-enum GrSetOp {
- kReplace_SetOp,
- kIntersect_SetOp,
- kUnion_SetOp,
- kXor_SetOp,
- kDifference_SetOp,
- kReverseDifference_SetOp,
-};
-
-/**
* Clips are composed from these objects.
*/
enum GrClipType {