| Index: src/record/SkRecorder.h
|
| diff --git a/src/record/SkRecorder.h b/src/record/SkRecorder.h
|
| index cee25c152bcf9692b9ff8ae395b2300509920a20..3e2932d42e9164995695d1dd720c14ec4fbe4497 100644
|
| --- a/src/record/SkRecorder.h
|
| +++ b/src/record/SkRecorder.h
|
| @@ -52,7 +52,6 @@ public:
|
| int left,
|
| int top,
|
| const SkPaint* paint = NULL) SK_OVERRIDE;
|
| - void drawPicture(SkPicture& picture) SK_OVERRIDE;
|
| void drawVertices(VertexMode vmode,
|
| int vertexCount,
|
| const SkPoint vertices[],
|
| @@ -95,6 +94,8 @@ public:
|
| void onClipPath(const SkPath& path, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE;
|
| void onClipRegion(const SkRegion& deviceRgn, SkRegion::Op op) SK_OVERRIDE;
|
|
|
| + void onDrawPicture(const SkPicture* picture) SK_OVERRIDE;
|
| +
|
| void onPushCull(const SkRect& cullRect) SK_OVERRIDE;
|
| void onPopCull() SK_OVERRIDE;
|
|
|
|
|