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

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

Issue 2766683003: Make AXPlatformNodeDelegate::GetData() const (Closed)
Patch Set: rebase Created 3 years, 9 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: ui/accessibility/platform/test_ax_node_wrapper.h
diff --git a/ui/accessibility/platform/test_ax_node_wrapper.h b/ui/accessibility/platform/test_ax_node_wrapper.h
index 020c0e6bfb90d0ea537eb94769eeb67f478c49bd..21a5e5ceb9653d0601c55812b43642607c1ec0be 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.h
+++ b/ui/accessibility/platform/test_ax_node_wrapper.h
@@ -29,7 +29,7 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
AXPlatformNode* ax_platform_node() { return platform_node_; }
// AXPlatformNodeDelegate.
- const AXNodeData& GetData() override;
+ const AXNodeData& GetData() const override;
gfx::NativeWindow GetTopLevelWidget() override;
gfx::NativeViewAccessible GetParent() override;
int GetChildCount() override;
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_delegate.h ('k') | ui/accessibility/platform/test_ax_node_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698