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

Unified Diff: webkit/glue/webaccessibility.h

Issue 9939011: Add an accessibility mode for editable text fields only. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments and rebased. Created 8 years, 8 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/webaccessibility.h
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h
index 3b6df7a065bbca1d39ce89f0109e998d1d80e990..2b5f9289a84f787acab568563a1307edbd578222 100644
--- a/webkit/glue/webaccessibility.h
+++ b/webkit/glue/webaccessibility.h
@@ -259,6 +259,10 @@ struct WEBKIT_GLUE_EXPORT WebAccessibility {
~WebAccessibility();
+ // Initialize an already-created struct, same as the constructor above.
+ void Init(const WebKit::WebAccessibilityObject& src,
+ bool include_children);
+
#ifndef NDEBUG
std::string DebugString(bool recursive,
int render_routing_id,
@@ -266,10 +270,6 @@ struct WEBKIT_GLUE_EXPORT WebAccessibility {
#endif
private:
- // Initialize an already-created struct, same as the constructor above.
- void Init(const WebKit::WebAccessibilityObject& src,
- bool include_children);
-
// Returns true if |ancestor| is the first unignored parent of |child|,
// which means that when walking up the parent chain from |child|,
// |ancestor| is the *first* ancestor that isn't marked as
« content/browser/renderer_host/render_widget_host_impl.cc ('K') | « content/test/render_view_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698