Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: content/browser/accessibility/browser_accessibility_delegate_mac.h

Issue 25434005: Implement accessible BoundsForRange on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/accessibility/browser_accessibility_delegate_mac.h
diff --git a/content/browser/accessibility/browser_accessibility_delegate_mac.h b/content/browser/accessibility/browser_accessibility_delegate_mac.h
index 8b9abff3a732dbd29fe3737418e51c06f55349bb..054c255e7fc423ad8d3192621c0034653358b87c 100644
--- a/content/browser/accessibility/browser_accessibility_delegate_mac.h
+++ b/content/browser/accessibility/browser_accessibility_delegate_mac.h
@@ -12,7 +12,8 @@
// to, or otherwise communicate with, their underlying WebAccessibility
// objects over the IPC boundary.
@protocol BrowserAccessibilityDelegateCocoa
-- (NSPoint)accessibilityPointInScreen:(BrowserAccessibilityCocoa*)accessibility;
+- (NSPoint)accessibilityPointInScreen:(NSPoint)origin
+ size:(NSSize)size;
- (void)doDefaultAction:(int32)accessibilityObjectId;
- (void)accessibilitySetTextSelection:(int32)accId
startOffset:(int32)startOffset

Powered by Google App Engine
This is Rietveld 408576698