summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/mac/ThemeMac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/mac/ThemeMac.mm')
-rw-r--r--Source/WebCore/platform/mac/ThemeMac.mm12
1 files changed, 11 insertions, 1 deletions
diff --git a/Source/WebCore/platform/mac/ThemeMac.mm b/Source/WebCore/platform/mac/ThemeMac.mm
index 75cbd36..e510ea7 100644
--- a/Source/WebCore/platform/mac/ThemeMac.mm
+++ b/Source/WebCore/platform/mac/ThemeMac.mm
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010 Apple Inc. All Rights Reserved.
+ * Copyright (C) 2008, 2010, 2011 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -52,6 +52,16 @@ using namespace std;
return nil;
}
+- (NSRect)_focusRingVisibleRect
+{
+ return [self visibleRect];
+}
+
+- (NSView *)_focusRingClipAncestor
+{
+ return self;
+}
+
@end
// FIXME: Default buttons really should be more like push buttons and not like buttons.