aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkShader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkShader.h')
-rw-r--r--include/core/SkShader.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkShader.h b/include/core/SkShader.h
index 07d09b8ca2..bf9fca557f 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;
}