1This is a copy of the Skia source tree. In the original repository, the include 2directories and the "corecg" directories are separated out. On top of 3 libs/graphics -> skia 4we have the following mappings from source repository to our tree: 5 include/corecg -> skia/include/corecg 6 include/graphics -> skia/include 7 libs/corecg -> skia/corecg 8 9platform/* are our own files that provide extra functionality we need our 10Skia to implement. 11 12DO NOT CHANGE THE SKIA FILES IN OUR TREE. These will be overwritten when we 13sync to newer versions of Skia. The exception is platform/ 14 15THE EXCEPTION IS include/corecg/SkUserConfig.h which are the application's 16definition of its options and environment. This file must be manually merged 17with any changes in the Skia tree so that our options are preserved and we 18also pick up any important changes they make. 19 20 -- brettw@google.com, 28 December 2006 21