aboutsummaryrefslogtreecommitdiffstats
path: root/include/views
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2009-09-23 14:44:41 -0400
committerMike Reed <reed@google.com>2009-09-23 14:44:41 -0400
commitd0195f840fa964da51f7a1192b432954794e660c (patch)
tree0522c7ea3107169aaffe93a8a616b4981615fe15 /include/views
parent924f59d3627a697f2b0df3299915e814e160f981 (diff)
downloadexternal_skia-d0195f840fa964da51f7a1192b432954794e660c.zip
external_skia-d0195f840fa964da51f7a1192b432954794e660c.tar.gz
external_skia-d0195f840fa964da51f7a1192b432954794e660c.tar.bz2
refresh from skia, with blitrow_d32 bottlenecks for neon optimizations
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/views/SkOSWindow_Mac.h b/include/views/SkOSWindow_Mac.h
index 4741151..98e76b0 100644
--- a/include/views/SkOSWindow_Mac.h
+++ b/include/views/SkOSWindow_Mac.h
@@ -30,8 +30,8 @@ public:
static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
- static OSStatus SkOSWindow::EventHandler(EventHandlerCallRef inHandler,
- EventRef inEvent, void* userData);
+ static OSStatus EventHandler(EventHandlerCallRef inHandler,
+ EventRef inEvent, void* userData);
void doPaint(void* ctx);