| Index: src/gpu/GrAALinearizingConvexPathRenderer.h | 
| diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAALinearizingConvexPathRenderer.h | 
| similarity index 77% | 
| copy from src/gpu/GrAAConvexPathRenderer.h | 
| copy to src/gpu/GrAALinearizingConvexPathRenderer.h | 
| index 3abf1ab4f1d2645c1f0626dba62ce062f297aed7..8776332f49a2294528629c6edde98c8629e53b75 100644 | 
| --- a/src/gpu/GrAAConvexPathRenderer.h | 
| +++ b/src/gpu/GrAALinearizingConvexPathRenderer.h | 
| @@ -1,19 +1,19 @@ | 
|  | 
| /* | 
| - * Copyright 2012 Google Inc. | 
| + * Copyright 2015 Google Inc. | 
| * | 
| * Use of this source code is governed by a BSD-style license that can be | 
| * found in the LICENSE file. | 
| */ | 
|  | 
| -#ifndef GrAAConvexPathRenderer_DEFINED | 
| -#define GrAAConvexPathRenderer_DEFINED | 
| +#ifndef GrAALinearizingConvexPathRenderer_DEFINED | 
| +#define GrAALinearizingConvexPathRenderer_DEFINED | 
|  | 
| #include "GrPathRenderer.h" | 
|  | 
| -class GrAAConvexPathRenderer : public GrPathRenderer { | 
| +class GrAALinearizingConvexPathRenderer : public GrPathRenderer { | 
| public: | 
| -    GrAAConvexPathRenderer(); | 
| +    GrAALinearizingConvexPathRenderer(); | 
|  | 
| virtual bool canDrawPath(const GrDrawTarget*, | 
| const GrPipelineBuilder*, | 
|  |