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

Unified Diff: trunk/Source/core/accessibility/AccessibilityNodeObject.h

Issue 16147007: Revert 151879 "Remove virtual from functions that are never over..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 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 | trunk/Source/core/accessibility/AccessibilityObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/Source/core/accessibility/AccessibilityNodeObject.h
===================================================================
--- trunk/Source/core/accessibility/AccessibilityNodeObject.h (revision 151937)
+++ trunk/Source/core/accessibility/AccessibilityNodeObject.h (working copy)
@@ -119,7 +119,7 @@
virtual bool isMenuItem() const;
virtual bool isMenuRelated() const;
virtual bool isMultiSelectable() const;
- bool isNativeCheckboxOrRadio() const;
+ virtual bool isNativeCheckboxOrRadio() const;
virtual bool isNativeImage() const;
virtual bool isNativeTextControl() const;
virtual bool isPasswordField() const;
« no previous file with comments | « no previous file | trunk/Source/core/accessibility/AccessibilityObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698