| Index: tests/ClipCacheTest.cpp
|
| diff --git a/tests/ClipCacheTest.cpp b/tests/ClipCacheTest.cpp
|
| index 15a1332b85f9ef792e455b79dfe93bb9a42d7bea..77f0137d5a58996b3d1f97c48484c4f45b7ceb19 100644
|
| --- a/tests/ClipCacheTest.cpp
|
| +++ b/tests/ClipCacheTest.cpp
|
| @@ -8,9 +8,9 @@
|
| #include "Test.h"
|
| // This is a GR test
|
| #if SK_SUPPORT_GPU
|
| +#include "../../src/gpu/GrClipMaskManager.h"
|
| #include "GrContextFactory.h"
|
| #include "SkGpuDevice.h"
|
| -#include "../../src/gpu/GrClipMaskManager.h"
|
|
|
| static const int X_SIZE = 12;
|
| static const int Y_SIZE = 12;
|
|
|