aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureShader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPictureShader.h')
-rw-r--r--src/core/SkPictureShader.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkPictureShader.h b/src/core/SkPictureShader.h
index 7b07b851ef..8df9f539b8 100644
--- a/src/core/SkPictureShader.h
+++ b/src/core/SkPictureShader.h
@@ -37,7 +37,6 @@ protected:
SkPictureShader(SkReadBuffer&);
void flatten(SkWriteBuffer&) const SK_OVERRIDE;
Context* onCreateContext(const ContextRec&, void* storage) const SK_OVERRIDE;
- void onPreroll() const SK_OVERRIDE;
private:
SkPictureShader(const SkPicture*, TileMode, TileMode, const SkMatrix*, const SkRect*);