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

Unified Diff: ui/accessibility/platform/ax_platform_node.h

Issue 2894673003: Force AXPlatformNode to have the same unique id as the owning BA object. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « content/browser/accessibility/browser_accessibility_com_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/ax_platform_node.h
diff --git a/ui/accessibility/platform/ax_platform_node.h b/ui/accessibility/platform/ax_platform_node.h
index b0853603e3c1a46111b05521916ec65c63c96dd0..7204c23aa884b031f962973aa268a9e2b7656420 100644
--- a/ui/accessibility/platform/ax_platform_node.h
+++ b/ui/accessibility/platform/ax_platform_node.h
@@ -50,7 +50,7 @@ class AX_EXPORT AXPlatformNode {
AXPlatformNode();
virtual ~AXPlatformNode();
- AXPlatformNode* GetFromUniqueId(int32_t unique_id);
+ virtual AXPlatformNode* GetFromUniqueId(int32_t unique_id);
int32_t unique_id_;
};
« no previous file with comments | « content/browser/accessibility/browser_accessibility_com_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698