aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/LayerRasterizerTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/LayerRasterizerTest.cpp')
-rw-r--r--tests/LayerRasterizerTest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/LayerRasterizerTest.cpp b/tests/LayerRasterizerTest.cpp
index 640c5813d4..4b236acd52 100644
--- a/tests/LayerRasterizerTest.cpp
+++ b/tests/LayerRasterizerTest.cpp
@@ -33,11 +33,9 @@ public:
static int GetCount() { return gCount; }
- SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(DummyRasterizer)
+ SK_DECLARE_NOT_FLATTENABLE_PROCS(DummyRasterizer)
private:
- DummyRasterizer(SkReadBuffer&) {}
-
static int gCount;
typedef SkRasterizer INHERITED;