From 97af1a64ae6bdddd346d8babfd9f188279dd6644 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Tue, 28 Aug 2012 12:19:02 +0000 Subject: 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@5306 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/gmslides.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp/gmslides.gypi') diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi index e36abf56ae..d80c123610 100644 --- a/gyp/gmslides.gypi +++ b/gyp/gmslides.gypi @@ -39,6 +39,7 @@ '../gm/imageblur.cpp', '../gm/imagemagnifier.cpp', '../gm/lighting.cpp', + '../gm/image.cpp', '../gm/imagefiltersbase.cpp', '../gm/imagefiltersgraph.cpp', '../gm/lcdtext.cpp', -- cgit v1.2.3