Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: tests/DrawBitmapRectTest.cpp

Issue 132403008: Remove unnamed namespace usage from tests/ (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698