diff options
Diffstat (limited to 'webkit/glue/webaccessibility.h')
-rw-r--r-- | webkit/glue/webaccessibility.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h index 3b6df7a..2b5f928 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 |