From 0c3e5fe728ce4b8606819ee919a4b82f4d9efc85 Mon Sep 17 00:00:00 2001 From: "scroggo@google.com" Date: Wed, 1 Aug 2012 19:34:20 +0000 Subject: Pipe factory names independently from the flattenables using them. Avoids an issue where a flattenable written twice might be written differently (the first time the flat data may have a name, whereas the second time it will have an index). Also add a test which confirms that identical flattenables will have the same SkFlatData representation. BUG=https://code.google.com/p/skia/issues/detail?id=721 TEST=FlatDataTest.cpp Review URL: https://codereview.appspot.com/6431057 git-svn-id: http://skia.googlecode.com/svn/trunk@4896 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/pipe/SkGPipe.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/pipe/SkGPipe.h') diff --git a/include/pipe/SkGPipe.h b/include/pipe/SkGPipe.h index a1f425c699..0a908d0480 100644 --- a/include/pipe/SkGPipe.h +++ b/include/pipe/SkGPipe.h @@ -128,7 +128,6 @@ public: private: SkGPipeCanvas* fCanvas; - SkFactorySet* fFactorySet; SkWriter32 fWriter; }; -- cgit v1.2.3