| Index: src/core/SkPictureShader.h
|
| diff --git a/src/core/SkPictureShader.h b/src/core/SkPictureShader.h
|
| index 8df9f539b8a77fb84d39c405035e2e095c38d3cb..7b07b851efc209e354960d11d225850099b674a4 100644
|
| --- a/src/core/SkPictureShader.h
|
| +++ b/src/core/SkPictureShader.h
|
| @@ -37,6 +37,7 @@ 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*);
|
|
|