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

Unified Diff: content/common/accessibility_node_data.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « content/common/accessibility_messages.h ('k') | content/common/accessibility_node_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/accessibility_node_data.h
diff --git a/content/common/accessibility_node_data.h b/content/common/accessibility_node_data.h
index c0c07662b20dc952f9fb0ea15786636e50a5ec1c..ed39508bb2dd1f6818321d36a0e224766b4ee857 100644
--- a/content/common/accessibility_node_data.h
+++ b/content/common/accessibility_node_data.h
@@ -85,7 +85,7 @@ struct CONTENT_EXPORT AccessibilityNodeData {
// Relationships between this element and other elements.
ATTR_TITLE_UI_ELEMENT,
- // Color value for WebKit::WebAXRoleColorWell, each component is 0..255
+ // Color value for blink::WebAXRoleColorWell, each component is 0..255
ATTR_COLOR_VALUE_RED,
ATTR_COLOR_VALUE_GREEN,
ATTR_COLOR_VALUE_BLUE,
@@ -188,7 +188,7 @@ struct CONTENT_EXPORT AccessibilityNodeData {
// This is a simple serializable struct. All member variables should be
// public and copyable.
int32 id;
- WebKit::WebAXRole role;
+ blink::WebAXRole role;
uint32 state;
gfx::Rect location;
std::vector<std::pair<StringAttribute, std::string> > string_attributes;
« no previous file with comments | « content/common/accessibility_messages.h ('k') | content/common/accessibility_node_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698