| Index: include/gpu/GrContext.h
|
| diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
|
| index 1641c1f428889f13c3fbcca431ddcc7d24f7c873..250fe45e2f26521050e5cf11c94e1405d8ca14ee 100644
|
| --- a/include/gpu/GrContext.h
|
| +++ b/include/gpu/GrContext.h
|
| @@ -26,7 +26,6 @@ class GrGpu;
|
| class GrGpuTraceMarker;
|
| class GrIndexBuffer;
|
| class GrIndexBufferAllocPool;
|
| -class GrInOrderDrawBuffer;
|
| class GrLayerCache;
|
| class GrOvalRenderer;
|
| class GrPath;
|
| @@ -701,7 +700,7 @@ private:
|
|
|
| GrVertexBufferAllocPool* fDrawBufferVBAllocPool;
|
| GrIndexBufferAllocPool* fDrawBufferIBAllocPool;
|
| - GrInOrderDrawBuffer* fDrawBuffer;
|
| + GrDrawTarget* fDrawBuffer;
|
|
|
| // Set by OverbudgetCB() to request that GrContext flush before exiting a draw.
|
| bool fFlushToReduceCacheSize;
|
|
|