From 0e8fc8b9e6a138cf4a66b421fb824679df717329 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 9 Dec 2016 15:10:07 -0500 Subject: Relandx2 "Remove antialiasing control from GrPaint." Fixes a bad merge. This reverts commit 073285c0595d46205d1482cc19af2d7d891bfeae. Change-Id: I5e92339d9b33d3a6dc58b9fcd2a1b3a5684e8f8a Reviewed-on: https://skia-review.googlesource.com/5774 Reviewed-by: Brian Salomon Commit-Queue: Brian Salomon --- src/gpu/GrPaint.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gpu/GrPaint.cpp') diff --git a/src/gpu/GrPaint.cpp b/src/gpu/GrPaint.cpp index d5f8d3d0c1..0954505b80 100644 --- a/src/gpu/GrPaint.cpp +++ b/src/gpu/GrPaint.cpp @@ -13,8 +13,7 @@ #include "effects/GrSimpleTextureEffect.h" GrPaint::GrPaint() - : fAntiAlias(false) - , fDisableOutputConversionToSRGB(false) + : fDisableOutputConversionToSRGB(false) , fAllowSRGBInputs(false) , fUsesDistanceVectorField(false) , fColor(GrColor4f::OpaqueWhite()) {} -- cgit v1.2.3