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

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

Issue 2931893002: More precise use of multiline state (Closed)
Patch Set: Remove unnecessary changes Created 3 years, 5 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 1e7351cfa7a5757584f9f5c27cd58caf4849acaf..78ab541e43729b364578a9873559b1e21019e2b6 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