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

Unified Diff: Source/core/accessibility/AXInlineTextBox.h

Issue 131093003: Update accessibility classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/core/accessibility/AXImageMapLink.h ('k') | Source/core/accessibility/AXList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXInlineTextBox.h
diff --git a/Source/core/accessibility/AXInlineTextBox.h b/Source/core/accessibility/AXInlineTextBox.h
index b80b558ed4739c34d30468553612b59e9e26d7a9..715a62e658f963959840d88cd4ea92a64e89a454 100644
--- a/Source/core/accessibility/AXInlineTextBox.h
+++ b/Source/core/accessibility/AXInlineTextBox.h
@@ -34,7 +34,7 @@
namespace WebCore {
-class AXInlineTextBox : public AXObject {
+class AXInlineTextBox FINAL : public AXObject {
private:
AXInlineTextBox(PassRefPtr<AbstractInlineTextBox>);
« no previous file with comments | « Source/core/accessibility/AXImageMapLink.h ('k') | Source/core/accessibility/AXList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698