| Index: src/gpu/GrTargetCommands.h
|
| diff --git a/src/gpu/GrTargetCommands.h b/src/gpu/GrTargetCommands.h
|
| index 7745018484b88ca1dc229289cd6a9e4e973d0fa6..4de75897fcb5f523968ab6a986890b8ac8a78721 100644
|
| --- a/src/gpu/GrTargetCommands.h
|
| +++ b/src/gpu/GrTargetCommands.h
|
| @@ -8,7 +8,6 @@
|
| #ifndef GrTargetCommands_DEFINED
|
| #define GrTargetCommands_DEFINED
|
|
|
| -#include "GrBatch.h"
|
| #include "GrBatchTarget.h"
|
| #include "GrDrawTarget.h"
|
| #include "GrGpu.h"
|
| @@ -19,8 +18,9 @@
|
| #include "SkRect.h"
|
| #include "SkTypes.h"
|
|
|
| -class GrBufferedDrawTarget;
|
| +#include "batches/GrBatch.h"
|
|
|
| +class GrBufferedDrawTarget;
|
|
|
| class GrTargetCommands : ::SkNoncopyable {
|
| public:
|
|
|