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

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

Issue 2907133002: Move WebAXObject.cpp to core/ (WIP) (Closed)
Patch Set: Created 3 years, 7 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/AXInlineTextBox.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h b/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h
index ca75ce53764b19a717dea0e44624d7f8227e11b6..49b5918f56f173aee36a1087279f3ffde0e3d5f9 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h
@@ -56,7 +56,7 @@ class AXInlineTextBox final : public AXObjectImpl {
public:
AccessibilityRole RoleValue() const override { return kInlineTextBoxRole; }
String GetName(AXNameFrom&,
- AXObjectImpl::AXObjectVector* name_objects) const override;
+ AXObjectImpl::AXObjectImplVector* name_objects) const override;
void TextCharacterOffsets(Vector<int>&) const override;
void GetWordBoundaries(Vector<AXRange>&) const override;
void GetRelativeBounds(AXObjectImpl** out_container,

Powered by Google App Engine
This is Rietveld 408576698