| Index: src/gpu/GrPipelineBuilder.h | 
| diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h | 
| index 68e70ac6b9af500946d68eff83eabbdcc3a9f04b..cccbc2c47de3325e86f4daf61195cc5b844250ad 100644 | 
| --- a/src/gpu/GrPipelineBuilder.h | 
| +++ b/src/gpu/GrPipelineBuilder.h | 
| @@ -36,7 +36,7 @@ public: | 
| * no GrPaint equivalents are set to default values with the exception of vertex attribute state | 
| * which is unmodified by this function and clipping which will be enabled. | 
| */ | 
| -    GrPipelineBuilder(const GrPaint&, bool targetHasUnifiedMultisampling); | 
| +    GrPipelineBuilder(const GrPaint&, bool useHWAA = false); | 
|  | 
| virtual ~GrPipelineBuilder(); | 
|  | 
|  |