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

Unified Diff: Source/core/accessibility/AXSpinButton.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/AXSlider.h ('k') | Source/core/accessibility/AXTable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXSpinButton.h
diff --git a/Source/core/accessibility/AXSpinButton.h b/Source/core/accessibility/AXSpinButton.h
index 12ae3adb23b56b71ab141cad11759f122f1ef225..b26e6f7d0082fc409d3d001f845f3b6f39eba920 100644
--- a/Source/core/accessibility/AXSpinButton.h
+++ b/Source/core/accessibility/AXSpinButton.h
@@ -32,7 +32,7 @@
namespace WebCore {
-class AXSpinButton : public AXMockObject {
+class AXSpinButton FINAL : public AXMockObject {
public:
static PassRefPtr<AXSpinButton> create();
virtual ~AXSpinButton();
@@ -52,7 +52,7 @@ private:
SpinButtonElement* m_spinButtonElement;
};
-class AXSpinButtonPart : public AXMockObject {
+class AXSpinButtonPart FINAL : public AXMockObject {
public:
static PassRefPtr<AXSpinButtonPart> create();
virtual ~AXSpinButtonPart() { }
« no previous file with comments | « Source/core/accessibility/AXSlider.h ('k') | Source/core/accessibility/AXTable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698