From 879a252d090a0929c11d8963dbd4328b11d0916f Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Mon, 26 Oct 2009 19:15:43 +0000 Subject: remove check for filtering. Now if the src is opaque, the filtered result always will be too. git-svn-id: http://skia.googlecode.com/svn/trunk@406 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/utils/mac/SkOSWindow_Mac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/mac') diff --git a/src/utils/mac/SkOSWindow_Mac.cpp b/src/utils/mac/SkOSWindow_Mac.cpp index c2537b92f3..eb07e2aa73 100644 --- a/src/utils/mac/SkOSWindow_Mac.cpp +++ b/src/utils/mac/SkOSWindow_Mac.cpp @@ -329,7 +329,7 @@ pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRe switch (wKind) { case kEventMouseDown: if (win->handleClick(pt.h, pt.v, Click::kDown_State)) { - // result = noErr; + result = noErr; } break; case kEventMouseDragged: -- cgit v1.2.3