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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
index 5053e3eaa886c2e212bf665d15b599d96c86b932..5f6c6b8fbc10a95fb4200b16d5009b605bc29fb2 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
@@ -1354,6 +1354,8 @@ void AXNodeObject::markers(Vector<DocumentMarker::MarkerType>& markerTypes,
break;
case DocumentMarker::InvisibleSpellcheck:
case DocumentMarker::Composition:
+ case DocumentMarker::Suggestion:
+ case DocumentMarker::SuggestionBackgroundHighlight:
// No need for accessibility to know about these marker types.
break;
}

Powered by Google App Engine
This is Rietveld 408576698