Index: src/core/SkRecorder.h |
diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h |
index 2c7234ac8601a32a4b21718d36b74cf97bf75bba..97eeb9f454d0005e8b1ddff5f0224a8fed134a72 100644 |
--- a/src/core/SkRecorder.h |
+++ b/src/core/SkRecorder.h |
@@ -64,7 +64,7 @@ public: |
void willSave() SK_OVERRIDE; |
SaveLayerStrategy willSaveLayer(const SkRect*, const SkPaint*, SkCanvas::SaveFlags) SK_OVERRIDE; |
- void willRestore() SK_OVERRIDE; |
+ void didRestore() SK_OVERRIDE; |
void didConcat(const SkMatrix&) SK_OVERRIDE; |
void didSetMatrix(const SkMatrix&) SK_OVERRIDE; |
@@ -92,7 +92,7 @@ public: |
void onDrawPatch(const SkPoint cubics[12], const SkColor colors[4], |
const SkPoint texCoords[4], SkXfermode* xmode, |
const SkPaint& paint) SK_OVERRIDE; |
- |
+ |
void onClipRect(const SkRect& rect, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE; |
void onClipRRect(const SkRRect& rrect, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE; |
void onClipPath(const SkPath& path, SkRegion::Op op, ClipEdgeStyle edgeStyle) SK_OVERRIDE; |