From 739456585a0cc52b335cd1c0a9fc6b01782a7f89 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 25 Apr 2011 19:04:27 +0000 Subject: devolve flattening parameters to their base classes e.g. FlattenableReadBufer -> Reader32 git-svn-id: http://skia.googlecode.com/svn/trunk@1174 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPath.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/core/SkPath.h b/include/core/SkPath.h index d9a7093a81..2ebc59d3eb 100644 --- a/include/core/SkPath.h +++ b/include/core/SkPath.h @@ -28,8 +28,8 @@ #define GEN_ID_PTR_INC(ptr) #endif -class SkFlattenableReadBuffer; -class SkFlattenableWriteBuffer; +class SkReader32; +class SkWriter32; class SkAutoPathBoundsUpdate; class SkString; @@ -579,8 +579,8 @@ public: void dump(bool forceClose, const char title[] = NULL) const; void dump() const; - void flatten(SkFlattenableWriteBuffer&) const; - void unflatten(SkFlattenableReadBuffer&); + void flatten(SkWriter32&) const; + void unflatten(SkReader32&); /** Subdivide the path so that no segment is longer that dist. If bendLines is true, then turn all line segments into curves. -- cgit v1.2.3