| Index: include/gpu/SkGpuDevice.h
|
| diff --git a/include/gpu/SkGpuDevice.h b/include/gpu/SkGpuDevice.h
|
| index bfcdba3fddc63da1d278dc72a7b3583d22f3f955..e791ca4a9e9d9ac3050060a6afe45567222c7a18 100644
|
| --- a/include/gpu/SkGpuDevice.h
|
| +++ b/include/gpu/SkGpuDevice.h
|
| @@ -20,7 +20,7 @@
|
| struct SkDrawProcs;
|
| struct GrSkDrawProcs;
|
|
|
| -class GrTextContextManager;
|
| +class GrTextContext;
|
|
|
| /**
|
| * Subclass of SkBitmapDevice, which directs all drawing to the GrGpu owned by the
|
| @@ -150,7 +150,8 @@ private:
|
|
|
| GrClipData fClipData;
|
|
|
| - GrTextContextManager* fTextContextManager;
|
| + GrTextContext* fMainTextContext;
|
| + GrTextContext* fFallbackTextContext;
|
|
|
| // state for our render-target
|
| GrRenderTarget* fRenderTarget;
|
|
|