aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/gmslides.gypi
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-28 12:19:02 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-28 12:19:02 +0000
commit97af1a64ae6bdddd346d8babfd9f188279dd6644 (patch)
tree00ed8f9919b9f2623b4d08e33ef61f80018d6eb4 /gyp/gmslides.gypi
parent91ee3a11ed476f4f08e1e4ae183002c56349ec19 (diff)
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
Diffstat (limited to 'gyp/gmslides.gypi')
-rw-r--r--gyp/gmslides.gypi1
1 files changed, 1 insertions, 0 deletions
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',