| Index: src/gpu/GrAAFlatteningConvexPathRenderer.h
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAAFlatteningConvexPathRenderer.h
|
| similarity index 80%
|
| copy from src/gpu/GrAAConvexPathRenderer.h
|
| copy to src/gpu/GrAAFlatteningConvexPathRenderer.h
|
| index 3abf1ab4f1d2645c1f0626dba62ce062f297aed7..1c98ee233316fdc8ffddc315094d16a3c551b942 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.h
|
| +++ b/src/gpu/GrAAFlatteningConvexPathRenderer.h
|
| @@ -6,14 +6,14 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#ifndef GrAAConvexPathRenderer_DEFINED
|
| -#define GrAAConvexPathRenderer_DEFINED
|
| +#ifndef GrAAFlatteningConvexPathRenderer_DEFINED
|
| +#define GrAAFlatteningConvexPathRenderer_DEFINED
|
|
|
| #include "GrPathRenderer.h"
|
|
|
| -class GrAAConvexPathRenderer : public GrPathRenderer {
|
| +class GrAAFlatteningConvexPathRenderer : public GrPathRenderer {
|
| public:
|
| - GrAAConvexPathRenderer();
|
| + GrAAFlatteningConvexPathRenderer();
|
|
|
| virtual bool canDrawPath(const GrDrawTarget*,
|
| const GrPipelineBuilder*,
|
|
|