From f1f66c0c8623805fdb88f09c0d87cbdd1745e12b Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Wed, 5 Mar 2014 03:02:06 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@13665 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/effects/GrRRectEffect.cpp | 6 +++--- src/gpu/effects/GrRRectEffect.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/gpu') diff --git a/src/gpu/effects/GrRRectEffect.cpp b/src/gpu/effects/GrRRectEffect.cpp index 583e385869..a59018673e 100644 --- a/src/gpu/effects/GrRRectEffect.cpp +++ b/src/gpu/effects/GrRRectEffect.cpp @@ -21,7 +21,7 @@ class RRectEffect : public GrEffect { public: // This effect only supports circular corner rrects where the radius is >= kRadiusMin. static const SkScalar kRadiusMin; - + /// The types of circular corner rrects supported enum RRectType { kCircleCorner_RRectType, //fsCodeAppend("\t\talpha = 1.0 - alpha;\n"); } diff --git a/src/gpu/effects/GrRRectEffect.h b/src/gpu/effects/GrRRectEffect.h index 7df7e6f076..aadd8c293e 100644 --- a/src/gpu/effects/GrRRectEffect.h +++ b/src/gpu/effects/GrRRectEffect.h @@ -17,10 +17,10 @@ namespace GrRRectEffect { enum EdgeType { kFillAA_EdgeType, kInverseFillAA_EdgeType, - + kLastEdgeType = kInverseFillAA_EdgeType, }; - + static const int kEdgeTypeCnt = kLastEdgeType + 1; /** -- cgit v1.2.3