diff options
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r-- | src/gpu/GrGpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h index 9a7456012c..686820e13f 100644 --- a/src/gpu/GrGpu.h +++ b/src/gpu/GrGpu.h @@ -516,7 +516,7 @@ protected: Stats fStats; std::unique_ptr<GrPathRendering> fPathRendering; // Subclass must initialize this in its constructor. - SkAutoTUnref<const GrCaps> fCaps; + sk_sp<const GrCaps> fCaps; typedef SkTArray<SkPoint, true> SamplePattern; |