| Index: src/gpu/instanced/InstancedRendering.h
|
| diff --git a/src/gpu/instanced/InstancedRendering.h b/src/gpu/instanced/InstancedRendering.h
|
| index d5289663e0971b0a354b534682025f11d727e955..b2c360b2525336cf99e60105742f3c85ed76c6d7 100644
|
| --- a/src/gpu/instanced/InstancedRendering.h
|
| +++ b/src/gpu/instanced/InstancedRendering.h
|
| @@ -143,7 +143,7 @@ protected:
|
|
|
| typedef SkTInternalLList<Batch> BatchList;
|
|
|
| - InstancedRendering(GrGpu* gpu, AntialiasMode lastSupportedAAMode, bool canRenderToFloat);
|
| + InstancedRendering(GrGpu* gpu);
|
|
|
| const BatchList& trackedBatches() const { return fTrackedBatches; }
|
| const GrBuffer* vertexBuffer() const { SkASSERT(fVertexBuffer); return fVertexBuffer; }
|
| @@ -171,8 +171,6 @@ private:
|
| virtual Batch* createBatch() = 0;
|
|
|
| const SkAutoTUnref<GrGpu> fGpu;
|
| - const AntialiasMode fLastSupportedAAMode;
|
| - const bool fCanRenderToFloat;
|
| State fState;
|
| GrMemoryPool fDrawPool;
|
| SkSTArray<1024, ParamsTexel, true> fParams;
|
|
|