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.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp
index 5cf8147019..44cc8f1734 100644
--- a/src/core/SkBlitter.cpp
+++ b/src/core/SkBlitter.cpp
@@ -861,19 +861,6 @@ public:
typedef Context INHERITED;
};
- void toString(SkString* str) const override {
- str->append("Sk3DShader: (");
-
- if (fProxy) {
- str->append("Proxy: ");
- as_SB(fProxy)->toString(str);
- }
-
- this->INHERITED::toString(str);
-
- str->append(")");
- }
-
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(Sk3DShader)
protected: