From ddf94cf108ae430877f009bd67b9070341426947 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Sat, 12 Oct 2013 17:25:17 +0000 Subject: 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 --- tests/FillPathTest.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/FillPathTest.cpp') 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. -- cgit v1.2.3