Chromium Code Reviews| Index: src/gpu/GrTest.cpp |
| diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
| index b2fd99f6c39c42b6448f02441afb27df1add84fe..fadb65b3571b63b8fcecb6f597b81fba79d40ab3 100644 |
| --- a/src/gpu/GrTest.cpp |
| +++ b/src/gpu/GrTest.cpp |
| @@ -7,9 +7,10 @@ |
| */ |
| #include "GrTest.h" |
| + |
| +#include "GrBufferedDrawTarget.h" |
| #include "GrContextOptions.h" |
| #include "GrGpuResourceCacheAccess.h" |
| -#include "GrInOrderDrawBuffer.h" |
| #include "GrResourceCache.h" |
| #include "SkString.h" |
| @@ -135,9 +136,10 @@ void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newT |
| // Code for the mock context. It's built on a mock GrGpu class that does nothing. |
| //// |
| -#include "GrInOrderDrawBuffer.h" |
| #include "GrGpu.h" |
|
robertphillips
2015/07/28 16:12:52
We include this twice ?
|
| +#include "GrBufferedDrawTarget.h" |
| + |
| class GrPipeline; |
| class MockGpu : public GrGpu { |