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

Unified Diff: content/browser/accessibility/ax_platform_position.h

Issue 2934953004: De-templatize ui::AXPosition
Patch Set: rebase 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
« no previous file with comments | « no previous file | content/browser/accessibility/ax_platform_position.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/ax_platform_position.h
diff --git a/content/browser/accessibility/ax_platform_position.h b/content/browser/accessibility/ax_platform_position.h
index 186c02b4a662794899b3074bd89affb84b868553..dd795a742cf4e40eaada35cfb110627ef7dd059d 100644
--- a/content/browser/accessibility/ax_platform_position.h
+++ b/content/browser/accessibility/ax_platform_position.h
@@ -25,7 +25,7 @@ class AXPlatformPosition
AXPlatformPosition();
~AXPlatformPosition() override;
- AXPositionInstance Clone() const override;
+ ConcreteInstance CloneConcrete() const override;
base::string16 GetInnerText() const override;
« no previous file with comments | « no previous file | content/browser/accessibility/ax_platform_position.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698