aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrProcessor.h
diff options
context:
space:
mode:
authorGravatar Chris Dalton <csmartdalton@google.com>2018-01-08 17:21:41 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-08 22:51:11 +0000
commit383a2ef6edb84dbebc7a9c22ea7423037bbf6a2f (patch)
tree8ffed2cbcf6ecd3288176045f851e1246ae6dd72 /src/gpu/GrProcessor.h
parentc35959f3cb855c6500f279b893eea07ce5a2573b (diff)
CCPR: Rename GrCCPR* -> GrCC*
Also runs clang-format on the files that don't have special shader builder styling. Bug: skia: Change-Id: I4a67569a7c8472acfb9200644c913844a92e3b2d Reviewed-on: https://skia-review.googlesource.com/92083 Commit-Queue: Chris Dalton <csmartdalton@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'src/gpu/GrProcessor.h')
-rw-r--r--src/gpu/GrProcessor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpu/GrProcessor.h b/src/gpu/GrProcessor.h
index aac22f32b7..9fae1b01ef 100644
--- a/src/gpu/GrProcessor.h
+++ b/src/gpu/GrProcessor.h
@@ -67,7 +67,6 @@ public:
enum ClassID {
kBigKeyProcessor_ClassID,
kBlockInputFragmentProcessor_ClassID,
- kCCPRClipProcessor_ClassID,
kCircleGeometryProcessor_ClassID,
kCircularRRectEffect_ClassID,
kColorMatrixEffect_ClassID,
@@ -91,8 +90,9 @@ public:
kGrBicubicEffect_ClassID,
kGrBitmapTextGeoProc_ClassID,
kGrBlurredEdgeFragmentProcessor_ClassID,
- kGrCCPRCoverageProcessor_ClassID,
- kGrCCPRPathProcessor_ClassID,
+ kGrCCClipProcessor_ClassID,
+ kGrCCCoverageProcessor_ClassID,
+ kGrCCPathProcessor_ClassID,
kGrCircleBlurFragmentProcessor_ClassID,
kGrCircleEffect_ClassID,
kGrColorSpaceXformEffect_ClassID,