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

Unified Diff: webkit/glue/glue_accessibility_object.h

Issue 115374: Adds propagation and handling of render-side focus events, for the benefit of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
Index: webkit/glue/glue_accessibility_object.h
===================================================================
--- webkit/glue/glue_accessibility_object.h (revision 16095)
+++ webkit/glue/glue_accessibility_object.h (working copy)
@@ -27,6 +27,8 @@
public:
static GlueAccessibilityObject* CreateInstance(WebCore::AccessibilityObject*);
+ virtual ~GlueAccessibilityObject() {}
+
// Performs the default action on a given object.
bool DoDefaultAction(int child_id);
@@ -91,7 +93,6 @@
protected:
explicit GlueAccessibilityObject(WebCore::AccessibilityObject*);
- virtual ~GlueAccessibilityObject() {}
// Helper functions.
WebCore::String name() const;

Powered by Google App Engine
This is Rietveld 408576698