aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FillPathTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FillPathTest.cpp')
-rw-r--r--tests/FillPathTest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/FillPathTest.cpp b/tests/FillPathTest.cpp
index 0ddf4e2521..e0f3cf4490 100644
--- a/tests/FillPathTest.cpp
+++ b/tests/FillPathTest.cpp
@@ -11,8 +11,6 @@
#include "SkScan.h"
#include "SkBlitter.h"
-namespace {
-
struct FakeBlitter : public SkBlitter {
FakeBlitter()
: m_blitCount(0)
@@ -25,8 +23,6 @@ struct FakeBlitter : public SkBlitter {
int m_blitCount;
};
-}
-
// http://code.google.com/p/skia/issues/detail?id=87
// Lines which is not clipped by boundary based clipping,
// but skipped after tessellation, should be cleared by the blitter.