aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBlitter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBlitter.cpp')
-rw-r--r--src/core/SkBlitter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp
index edd3da25e8..bf60cb146f 100644
--- a/src/core/SkBlitter.cpp
+++ b/src/core/SkBlitter.cpp
@@ -798,7 +798,6 @@ public:
typedef Context INHERITED;
};
-#ifndef SK_IGNORE_TO_STRING
void toString(SkString* str) const override {
str->append("Sk3DShader: (");
@@ -811,7 +810,6 @@ public:
str->append(")");
}
-#endif
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Sk3DShader)