| commit | 6e8cd9671958c69babde9338c5c18a4c3d895575 | [log] [tgz] |
|---|---|---|
| author | joshualitt <joshualitt@chromium.org> | Fri Mar 20 10:30:14 2015 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Mar 20 10:30:14 2015 -0700 |
| tree | eab4eb9c66a7b1831f589fac0bffc5c08f6852f6 | |
| parent | 1b600d3446b3d236bfa06cf116ec41960bea6ac8 [diff] [blame] |
Let text contexts fall back directly to paths BUG=skia: Review URL: https://codereview.chromium.org/1015173002
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h index af6dd0b..be7857a 100644 --- a/src/gpu/SkGpuDevice.h +++ b/src/gpu/SkGpuDevice.h
@@ -210,6 +210,7 @@ static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, const SkImageInfo&, int sampleCount); + friend class GrTextContext; typedef SkBaseDevice INHERITED; };