| commit | 17b78946096265d80215a6c946286ecaa35ea7ed | [log] [tgz] |
|---|---|---|
| author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 26 14:40:38 2011 +0000 |
| committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Aug 26 14:40:38 2011 +0000 |
| tree | 3af45529670451a9df0bd13ca71fa6a4a98d0eae | |
| parent | 5f226572b3b6e1a6fea11f5f3c862a47158f66fe [diff] [blame] |
rolling back the experimental rollbacks in r2178-2179 git-svn-id: http://skia.googlecode.com/svn/trunk@2180 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/views/SkView.cpp b/src/views/SkView.cpp index 69dc6fc..5b15439 100644 --- a/src/views/SkView.cpp +++ b/src/views/SkView.cpp
@@ -363,7 +363,7 @@ SkView::Click* SkView::findClickHandler(SkScalar x, SkScalar y) { if (x < 0 || y < 0 || x >= fWidth || y >= fHeight) { - return false; + return NULL; } if (this->onSendClickToChildren(x, y)) {