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

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

Issue 2611813002: Add support for persisting CompositionUnderlines in InputMethodController (Closed)
Patch Set: Try one more time Created 3 years, 12 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 ce29eef87566c2319d2193e07301e2b8577c928b..ea9374869d6b48f25c1b22d7acbd2ccd04eb9e6e 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp
@@ -1213,6 +1213,7 @@ void AXNodeObject::markers(Vector<DocumentMarker::MarkerType>& markerTypes,
break;
case DocumentMarker::InvisibleSpellcheck:
case DocumentMarker::Composition:
+ case DocumentMarker::PersistingComposition:
// No need for accessibility to know about these marker types.
break;
}

Powered by Google App Engine
This is Rietveld 408576698