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

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

Issue 1905263002: Correctly finds line boundaries in objects with rich text on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/AXLayoutObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
index 8a6a516b499c92a577fd1bf31542d4633ec2afbc..fe2cc96e7c865fa927412e989f7e154f8d228e82 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -189,7 +189,7 @@ protected:
// Text metrics. Most of these should be deprecated, needs major cleanup.
int index(const VisiblePosition&) const override;
VisiblePosition visiblePositionForIndex(int) const override;
- void lineBreaks(Vector<int>&) const override;
+ void lineBreaks(Vector<int>&) const final;
private:
AXObject* treeAncestorDisallowingChild() const;

Powered by Google App Engine
This is Rietveld 408576698