aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/FillPathTest.cpp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-12 17:25:17 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-12 17:25:17 +0000
commitddf94cf108ae430877f009bd67b9070341426947 (patch)
tree91dc1bc9cbc3bf48da2891adfe835e568dee9e1a /tests/FillPathTest.cpp
parentb202adec608c78236765e8c543e56e7a7ef695d7 (diff)
Remove unnamed namespace usage from tests.
Skia code prefers static over unnamed namespace. BUG=None TEST=None R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/26962002 git-svn-id: http://skia.googlecode.com/svn/trunk@11747 2bbb7eff-a529-9590-31e7-b0007b416f81
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.