Chromium Code Reviews| Index: src/gpu/GrDrawState.h |
| diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h |
| index 7120d912fdf642d6db1b96dbfdcc8c3c255b1bcd..4827760750a5350a0b32f429a696cbbf7ca92965 100644 |
| --- a/src/gpu/GrDrawState.h |
| +++ b/src/gpu/GrDrawState.h |
| @@ -48,11 +48,6 @@ public: |
| *this = state; |
| } |
| - /** |
| - * Copies another draw state with a preconcat to the view matrix. |
| - **/ |
| - GrDrawState(const GrDrawState& state, const SkMatrix& preConcatMatrix); |
| - |
| virtual ~GrDrawState(); |
| /** |