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

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

Issue 2393003002: reflow comments in modules/accessiblity (Closed)
Patch Set: Created 4 years, 2 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 c4aaae0ef19db08b84754bdb425888c79cff8bc7..41f2203643c20541f67abc9b155d26345786d1d2 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -76,7 +76,8 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
bool hasContentEditableAttributeSet() const;
bool isTextControl() const override;
- // This returns true if it's focusable but it's not content editable and it's not a control or ARIA control.
+ // This returns true if it's focusable but it's not content editable and it's
+ // not a control or ARIA control.
bool isGenericFocusableElement() const;
AXObject* menuButtonForMenu() const;
Element* menuItemElementForMenu() const;

Powered by Google App Engine
This is Rietveld 408576698