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 --- gyp/tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp') diff --git a/gyp/tests.gyp b/gyp/tests.gyp index 8ea4ee8411..b30a749623 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -40,6 +40,7 @@ '../tests/DrawTextTest.cpp', '../tests/EmptyPathTest.cpp', '../tests/FillPathTest.cpp', + '../tests/FlatDataTest.cpp', '../tests/FlateTest.cpp', '../tests/FontHostStreamTest.cpp', '../tests/FontHostTest.cpp', -- cgit v1.2.3