| Index: src/gpu/GrOptDrawState.h
|
| diff --git a/src/gpu/GrOptDrawState.h b/src/gpu/GrOptDrawState.h
|
| index 111f920e59dba46cb156793366ec34753c0ba4f8..fa79314551e00195a89c1e8cfb2ba20278650229 100644
|
| --- a/src/gpu/GrOptDrawState.h
|
| +++ b/src/gpu/GrOptDrawState.h
|
| @@ -85,18 +85,6 @@ public:
|
| /// @}
|
|
|
| ///////////////////////////////////////////////////////////////////////////
|
| - /// @name View Matrix
|
| - ////
|
| -
|
| - /**
|
| - * Retrieves the current view matrix
|
| - * @return the current view matrix.
|
| - */
|
| - const SkMatrix& getViewMatrix() const { return fViewMatrix; }
|
| -
|
| - /// @}
|
| -
|
| - ///////////////////////////////////////////////////////////////////////////
|
| /// @name Render Target
|
| ////
|
|
|
| @@ -186,7 +174,6 @@ private:
|
| typedef GrPendingProgramElement<const GrXferProcessor> ProgramXferProcessor;
|
| RenderTarget fRenderTarget;
|
| GrScissorState fScissorState;
|
| - SkMatrix fViewMatrix;
|
| GrStencilSettings fStencilSettings;
|
| GrDrawState::DrawFace fDrawFace;
|
| GrDeviceCoordTexture fDstCopy;
|
|
|