diff options
author | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-07 19:45:39 +0000 |
---|---|---|
committer | yangsu@google.com <yangsu@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-07 19:45:39 +0000 |
commit | 6eece45cf3750e1b67b5b8ed6109e69b41f76633 (patch) | |
tree | 8429d9287d84ea5d643d02fafb459cd43496beb7 /include/views | |
parent | 3c1b28db4d353111bce90de3e2086405268f850d (diff) |
Fixed iOSSampleApp dependencies
git-svn-id: http://skia.googlecode.com/svn/trunk@1822 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-rwxr-xr-x | include/views/SkOSWindow_iOS.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_iOS.h b/include/views/SkOSWindow_iOS.h index 4f4205b592..97c60e2d09 100755 --- a/include/views/SkOSWindow_iOS.h +++ b/include/views/SkOSWindow_iOS.h @@ -10,7 +10,8 @@ public: void* getHWND() const { return fHWND; } static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay); - + virtual bool onDispatchClick(int x, int y, Click::State state, + void* owner); void detachGL(); bool attachGL(); void presentGL(); |