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

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

Issue 2679313003: Implemented IA2::setSelection and related methods on text fields in Views. (Closed)
Patch Set: Made |SetTextSelection| return a value. Created 3 years, 10 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/ax_platform_node.h
diff --git a/ui/accessibility/platform/ax_platform_node.h b/ui/accessibility/platform/ax_platform_node.h
index c9df25947dd6fc82b29760ed37cb0a91131dacaf..ec5263582a11af07aab8d7581bb4f14feecc07ad 100644
--- a/ui/accessibility/platform/ax_platform_node.h
+++ b/ui/accessibility/platform/ax_platform_node.h
@@ -11,7 +11,7 @@
#include "ui/gfx/native_widget_types.h"
// Set PLATFORM_HAS_AX_PLATFORM_NODE_IMPL if this platform has a specific
-// implementation of AxPlatfromNode::Create().
+// implementation of AXPlatformNode::Create().
#undef PLATFORM_HAS_AX_PLATFORM_NODE_IMPL
#if defined(OS_WIN)
« no previous file with comments | « no previous file | ui/accessibility/platform/ax_platform_node_base.h » ('j') | ui/views/controls/textfield/textfield.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698