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

Unified Diff: content/browser/accessibility/browser_accessibility_cocoa.mm

Issue 2956593002: cl format
Patch Set: Sash - text markers not needed :/ Created 3 years, 6 months 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_cocoa.mm
diff --git a/content/browser/accessibility/browser_accessibility_cocoa.mm b/content/browser/accessibility/browser_accessibility_cocoa.mm
index 5e96f632217c176e2aba374dc7943076f7452ac5..95a088d919c30db8ad0f54312839a46172f8476b 100644
--- a/content/browser/accessibility/browser_accessibility_cocoa.mm
+++ b/content/browser/accessibility/browser_accessibility_cocoa.mm
@@ -920,11 +920,11 @@ NSString* const NSAccessibilityRequiredAttribute = @"AXRequired";
}
- (id)startTextMarker {
- return [[self textMarkerHelper] startTextMarker];
+ return [[self textMarkerHelper] AXStartTextMarker];
}
- (id)endTextMarker {
- return [[self textMarkerHelper] endTextMarker];
+ return [[self textMarkerHelper] AXEndTextMarker];
}
- (NSNumber*)expanded {
@@ -1618,7 +1618,7 @@ NSString* const NSAccessibilityRequiredAttribute = @"AXRequired";
}
- (id)selectedTextMarkerRange {
- return [[self textMarkerHelper] selectedTextMarkerRange];
+ return [[self textMarkerHelper] AXSelectedTextMarkerRange];
}
- (NSValue*)size {
« no previous file with comments | « chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.mm ('k') | ui/accessibility/platform/ax_platform_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698