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

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

Issue 23651003: Use Blink accessibility enums in Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile errors Created 7 years, 4 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.h
diff --git a/content/browser/accessibility/browser_accessibility_cocoa.h b/content/browser/accessibility/browser_accessibility_cocoa.h
index a394822961cef3f33ff7c19f1b42001c846918a1..06086f9768b1c80fcba583c9dd95506c114604cd 100644
--- a/content/browser/accessibility/browser_accessibility_cocoa.h
+++ b/content/browser/accessibility/browser_accessibility_cocoa.h
@@ -11,6 +11,7 @@
#include "content/browser/accessibility/browser_accessibility.h"
#import "content/browser/accessibility/browser_accessibility_delegate_mac.h"
#include "content/common/accessibility_node_data.h"
aboxhall 2013/08/29 00:59:06 Should this be removed?
dmazzoni 2013/08/29 04:47:15 Yes! This one was superfluous.
+#include "third_party/WebKit/public/web/WebAXEnums.h"
// BrowserAccessibilityCocoa is a cocoa wrapper around the BrowserAccessibility
// object. The renderer converts webkit's accessibility tree into a
@@ -40,7 +41,7 @@
// Convenience method to get the internal, cross-platform role
// from browserAccessibility_.
-- (content::AccessibilityNodeData::Role)internalRole;
+- (WebKit::WebAXRole)internalRole;
// Return the method name for the given attribute. For testing only.
- (NSString*)methodNameForAttribute:(NSString*)attribute;

Powered by Google App Engine
This is Rietveld 408576698