aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-25 16:27:59 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-07-25 16:27:59 +0000
commitd4af56c5f24a7bf0200e20a591d55f8c82fb9627 (patch)
tree737240cb7fb37e550a0822ed77fa4a8ba8e6fe89 /gyp
parent4f1151ab27485aff393d16559086c4c461f137a4 (diff)
Exit SkBitmap::scrollRect() early if width <= 0
As suggested in email from saintlou@google.com Review URL: http://codereview.appspot.com/4806047 git-svn-id: http://skia.googlecode.com/svn/trunk@1948 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gm.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 63e4fa06d5..180e81f497 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -10,6 +10,7 @@
'type': 'executable',
'sources': [
'../gm/bitmapfilters.cpp',
+ '../gm/bitmapscroll.cpp',
'../gm/blurs.cpp',
'../gm/filltypes.cpp',
'../gm/gradients.cpp',