| Index: include/utils/SkLuaCanvas.h
|
| diff --git a/include/utils/SkLuaCanvas.h b/include/utils/SkLuaCanvas.h
|
| index 5d8a9734581bbc19c02f95699d59a6ef57789a6a..3315d66df6dc9088ad9374ce3ad949c7e8194cc2 100644
|
| --- a/include/utils/SkLuaCanvas.h
|
| +++ b/include/utils/SkLuaCanvas.h
|
| @@ -66,7 +66,7 @@ protected:
|
| virtual void onClipPath(const SkPath&, SkRegion::Op, ClipEdgeStyle) SK_OVERRIDE;
|
| virtual void onClipRegion(const SkRegion&, SkRegion::Op) SK_OVERRIDE;
|
|
|
| - virtual void onDrawPicture(const SkPicture*) SK_OVERRIDE;
|
| + virtual void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE;
|
|
|
| private:
|
| lua_State* fL;
|
|
|