Roll external/skia 82727ad0e..b3067e8e1 (6 commits)

https://skia.googlesource.com/skia.git/+log/82727ad0e..b3067e8e1

2018-10-15 egdaniel@google.com Revert "Have GrAtlasManager use legacy behavior"
2018-10-15 herb@google.com Have GrAtlasManager use legacy behavior
2018-10-15 reed@google.com remove noisy gm
2018-10-15 brianosman@google.com Revert "Preserve pixel config in makeColorSpace of GPU backed images"
2018-10-15 brianosman@google.com Revert "Fix bug with makeColorSpace of GPU images with non-renderable configs"
2018-10-15 ethannicholas@google.com Revert "converted AARectEffect to new FP system"

The AutoRoll server is located here: https://autoroll-internal.skia.org/r/android-master-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

Test: Presubmit checks will test this change.
Change-Id: I19e5911a54b9b200760e9e047630282f48cc7fdf
Exempt-From-Owner-Approval: The autoroll bot does not require owner approval.
diff --git a/Android.bp b/Android.bp
index 112fe0b..4a8fe4a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -453,6 +453,7 @@
         "src/gpu/ccpr/GrCCStrokeGeometry.cpp",
         "src/gpu/ccpr/GrCCStroker.cpp",
         "src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp",
+        "src/gpu/effects/GrAARectEffect.cpp",
         "src/gpu/effects/GrAlphaThresholdFragmentProcessor.cpp",
         "src/gpu/effects/GrBezierEffect.cpp",
         "src/gpu/effects/GrBicubicEffect.cpp",