commit | 7c3a2f834e0ba3f11a3129d5348b393efcc9b0e1 | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Tue Mar 31 13:32:05 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 31 13:32:05 2015 -0700 |
tree | c3db9be6811f50b7f43320253779ff8c3aaaba69 | |
parent | 7b6db098051c52c0454c0f00445353c6fc33f810 [diff] [blame] |
BitmapTextBatch and BitmapTextBlob BUG=skia: Committed: https://skia.googlesource.com/skia/+/eed1dae04932483579b02c10f0706127d3f5d984 Review URL: https://codereview.chromium.org/1011403004
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h index 522cba8..8c3414b 100644 --- a/src/gpu/SkGpuDevice.h +++ b/src/gpu/SkGpuDevice.h
@@ -219,6 +219,7 @@ static GrRenderTarget* CreateRenderTarget(GrContext*, SkSurface::Budgeted, const SkImageInfo&, int sampleCount); + friend class GrBitmapTextContextB; friend class GrTextContext; typedef SkBaseDevice INHERITED; };