Index: include/core/SkShader.h |
diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
index e9911cef811e67b290cf76be2dc8a7016ccb6cc9..0033485e2903d97fb4ac1a9666446eed6019a695 100644 |
--- a/include/core/SkShader.h |
+++ b/include/core/SkShader.h |
@@ -479,9 +479,6 @@ public: |
SK_DEFINE_FLATTENABLE_TYPE(SkShader) |
protected: |
-#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING |
- SkShader(SkReadBuffer& ); |
-#endif |
virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; |
bool computeTotalInverse(const ContextRec&, SkMatrix* totalInverse) const; |