| Index: tests/DrawBitmapRectTest.cpp
|
| diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp
|
| index c8718489c4d6e04a305c0e38747b6034bed6e276..9e720c962b70b186d4897cc804e9fe9865b2b433 100644
|
| --- a/tests/DrawBitmapRectTest.cpp
|
| +++ b/tests/DrawBitmapRectTest.cpp
|
| @@ -18,7 +18,6 @@
|
| #include "SkRandom.h"
|
| #include "SkMatrixUtils.h"
|
|
|
| -namespace {
|
| // A BitmapFactory that always fails when asked to return pixels.
|
| class FailureImageGenerator : public SkImageGenerator {
|
| public:
|
| @@ -39,7 +38,6 @@ public:
|
| return false;
|
| }
|
| };
|
| -} // namespace
|
|
|
| // crbug.com/295895
|
| // Crashing in skia when a pixelref fails in lockPixels
|
|
|