Chromium Code Reviews| Index: tests/LayerDrawLooperTest.cpp |
| diff --git a/tests/LayerDrawLooperTest.cpp b/tests/LayerDrawLooperTest.cpp |
| index d6ff92e80ca991494e7b15617cd4347b56302aed..a1319a50def8377428edf35713ea88b5c965c2e0 100644 |
| --- a/tests/LayerDrawLooperTest.cpp |
| +++ b/tests/LayerDrawLooperTest.cpp |
| @@ -5,7 +5,6 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkBitmap.h" |
| #include "SkBitmapDevice.h" |
| #include "SkCanvas.h" |
| @@ -17,6 +16,7 @@ |
| #include "SkRefCnt.h" |
| #include "SkScalar.h" |
| #include "SkXfermode.h" |
| +#include "Test.h" |
| class FakeDevice : public SkBitmapDevice { |
| public: |