Chromium Code Reviews| Index: src/utils/debugger/SkDrawCommand.h |
| diff --git a/src/utils/debugger/SkDrawCommand.h b/src/utils/debugger/SkDrawCommand.h |
| index 7ff5a86bd33bc061fa31c9be325224d88bc13cfe..b8eca799e76830a177ae5376db3233f23250c3ef 100644 |
| --- a/src/utils/debugger/SkDrawCommand.h |
| +++ b/src/utils/debugger/SkDrawCommand.h |
| @@ -10,7 +10,11 @@ |
| #define SKDRAWCOMMAND_H_ |
| #include "SkCanvas.h" |
| +#include "SkTLazy.h" |
| +#include "SkPath.h" |
| +#include "SkRRect.h" |
| #include "SkString.h" |
| +#include "SkTDArray.h" |
| class SK_API SkDrawCommand { |
| public: |