Index: samplecode/ClockFaceView.cpp |
diff --git a/samplecode/ClockFaceView.cpp b/samplecode/ClockFaceView.cpp |
index 1e21bad753c9a0f521584e9bc9f5ca5871061aa1..12f16e092a7f63cb2871bccbd7a1f820d70e8274 100644 |
--- a/samplecode/ClockFaceView.cpp |
+++ b/samplecode/ClockFaceView.cpp |
@@ -117,6 +117,13 @@ public: |
dst->setFillType(SkPath::kInverseWinding_FillType); |
return true; |
} |
+ |
+#ifndef SK_IGNORE_TO_STRING |
+ void toString(SkString* str) const SK_OVERRIDE { |
+ str->appendf("InverseFillPE: ()"); |
+ } |
+#endif |
+ |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(InverseFillPE) |
private: |