Chromium Code Reviews

Unified Diff: Source/core/accessibility/AXListBox.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/core/accessibility/AXList.h ('k') | Source/core/accessibility/AXListBoxOption.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXListBox.h
diff --git a/Source/core/accessibility/AXListBox.h b/Source/core/accessibility/AXListBox.h
index 6d46e0e8de00001c95b6be200a778e504730139f..6a055a655e861ce1e8a12f8d3878c0d8278c4f0d 100644
--- a/Source/core/accessibility/AXListBox.h
+++ b/Source/core/accessibility/AXListBox.h
@@ -33,7 +33,7 @@
namespace WebCore {
-class AXListBox : public AXRenderObject {
+class AXListBox FINAL : public AXRenderObject {
private:
explicit AXListBox(RenderObject*);
« no previous file with comments | « Source/core/accessibility/AXList.h ('k') | Source/core/accessibility/AXListBoxOption.h » ('j') | no next file with comments »

Powered by Google App Engine