summaryrefslogtreecommitdiff
path: root/core.gypi
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-28 12:19:02 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-28 12:19:02 +0000
commit7195e26e2a880c6dddb6a1f27ac74b023bf1b0fb (patch)
treecfea6c021f97aa4f6aa74f28aa20be25f2493307 /core.gypi
parentb7558494349652326c81ebb683e215201b7501b2 (diff)
downloadgyp-7195e26e2a880c6dddb6a1f27ac74b023bf1b0fb.tar.gz
Add caching of the snapshot image form a surface
Notify the surface when the canvas draws into it, so it can invalidate the cached image, and (if needed) perform a copy-on-write on the surface if it was being shared with the image. Review URL: https://codereview.appspot.com/6441115 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5306 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'core.gypi')
-rw-r--r--core.gypi13
1 files changed, 13 insertions, 0 deletions
diff --git a/core.gypi b/core.gypi
index 4595b6a..99227a3 100644
--- a/core.gypi
+++ b/core.gypi
@@ -160,6 +160,19 @@
'<(skia_src_path)/core/SkUtils.cpp',
'<(skia_src_path)/core/SkWriter32.cpp',
'<(skia_src_path)/core/SkXfermode.cpp',
+
+ '<(skia_src_path)/image/SkDataPixelRef.cpp',
+ '<(skia_src_path)/image/SkImage.cpp',
+ '<(skia_src_path)/image/SkImagePriv.cpp',
+ '<(skia_src_path)/image/SkImage_Codec.cpp',
+# '<(skia_src_path)/image/SkImage_Gpu.cpp',
+ '<(skia_src_path)/image/SkImage_Picture.cpp',
+ '<(skia_src_path)/image/SkImage_Raster.cpp',
+ '<(skia_src_path)/image/SkSurface.cpp',
+# '<(skia_src_path)/image/SkSurface_Gpu.cpp',
+ '<(skia_src_path)/image/SkSurface_Picture.cpp',
+ '<(skia_src_path)/image/SkSurface_Raster.cpp',
+
'<(skia_src_path)/pipe/SkGPipeRead.cpp',
'<(skia_src_path)/pipe/SkGPipeWrite.cpp',