Chromium Code Reviews| Index: src/utils/debugger/SkDrawCommand.h |
| diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h |
| index bcc97ca7916bf1f2d15d55e2a9509ef58fa747a3..45b5ee1572c14e31f0c892b1a0e3b1ba7f705f3a 100644 |
| --- a/src/utils/debugger/SkDrawCommand.h |
| +++ b/src/utils/debugger/SkDrawCommand.h |
| @@ -110,6 +110,8 @@ private: |
| bool fVisible; |
| }; |
| +typedef SkDrawCommand::OpType DrawType; |
| + |
| class SkRestoreCommand : public SkDrawCommand { |
| public: |
| SkRestoreCommand(); |