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

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

Issue 2931893002: More precise use of multiline state (Closed)
Patch Set: Fix typo Created 3 years, 6 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.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 5e0378190bd61f15ff78746a3f7c60dfb1e4059b..7fed62c8d5542b379611f9de32e99586e7197c0f 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -102,6 +102,7 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
bool IsAnchor() const final;
bool IsControl() const override;
bool IsControllingVideoElement() const;
+ bool IsMultiline() const override;
bool IsEditable() const override { return IsNativeTextControl(); }
bool IsEmbeddedObject() const final;
bool IsFieldset() const final;

Powered by Google App Engine
This is Rietveld 408576698