aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-01-23 16:23:10 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-01-23 16:23:10 +0000
commit3a0b5befc36ca8c8e481123e08f0ccd79ce055c9 (patch)
treef7f6a2e59a437b9f57edf76501856f2cd1adda11 /include/views
parenta70ba36c97b4c0e12f1a5ed5b80d7bd31e5cb6ff (diff)
Remove legacy pascal prefix
git-svn-id: http://skia.googlecode.com/svn/trunk@79 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkOSWindow_Mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/views/SkOSWindow_Mac.h b/include/views/SkOSWindow_Mac.h
index 0d808e105b..2cb7f3ca3c 100644
--- a/include/views/SkOSWindow_Mac.h
+++ b/include/views/SkOSWindow_Mac.h
@@ -29,7 +29,8 @@ public:
static bool PostEvent(SkEvent* evt, SkEventSinkID, SkMSec delay);
- static pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef inEvent, void* userData );
+ static OSStatus SkOSWindow::EventHandler(EventHandlerCallRef inHandler,
+ EventRef inEvent, void* userData);
void doPaint(void* ctx);