Index: include/core/SkShader.h |
diff --git a/include/core/SkShader.h b/include/core/SkShader.h |
index 07d09b8ca2f5f5e7d838c015937fccc91f3354f0..bf9fca557f7b160b9d4d125d7d1ae71a73349916 100644 |
--- a/include/core/SkShader.h |
+++ b/include/core/SkShader.h |
@@ -470,8 +470,6 @@ public: |
*/ |
virtual SkShader* refAsALocalMatrixShader(SkMatrix* localMatrix) const; |
- void preroll() const { this->onPreroll(); } |
- |
SK_TO_STRING_VIRT() |
SK_DEFINE_FLATTENABLE_TYPE(SkShader) |
@@ -486,7 +484,6 @@ protected: |
*/ |
virtual Context* onCreateContext(const ContextRec&, void* storage) const; |
- virtual void onPreroll() const {} |
virtual bool onAsLuminanceColor(SkColor*) const { |
return false; |
} |