| Index: tests/DrawBitmapRectTest.cpp
|
| diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp
|
| index 2b5e420bd00a4ea1e929aad347e103e1ebb5dd7e..a1681461cb69bbf78b093d6e241b952d57c6b123 100644
|
| --- a/tests/DrawBitmapRectTest.cpp
|
| +++ b/tests/DrawBitmapRectTest.cpp
|
| @@ -5,17 +5,17 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -#include "Test.h"
|
| #include "SkBitmap.h"
|
| #include "SkCanvas.h"
|
| #include "SkData.h"
|
| #include "SkDiscardableMemoryPool.h"
|
| #include "SkImageGenerator.h"
|
| +#include "SkMatrixUtils.h"
|
| #include "SkPaint.h"
|
| +#include "SkRandom.h"
|
| #include "SkShader.h"
|
| #include "SkSurface.h"
|
| -#include "SkRandom.h"
|
| -#include "SkMatrixUtils.h"
|
| +#include "Test.h"
|
|
|
| // A BitmapFactory that always fails when asked to return pixels.
|
| class FailureImageGenerator : public SkImageGenerator {
|
|
|