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: webkit/glue/webaccessibility.h

Issue 348063: Introduce WebAccessibilityControllerImpl.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Licked clean. Created 11 years, 1 month 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
===================================================================
--- webkit/glue/webaccessibility.h (revision 30964)
+++ webkit/glue/webaccessibility.h (working copy)
@@ -7,6 +7,10 @@
#include "base/string16.h"
+namespace WebKit {
+class WebAccessibilityCache;
+}
+
namespace webkit_glue {
class WebAccessibility {
@@ -165,6 +169,9 @@
// input validation.
bool return_code;
};
+
+ static bool GetAccObjInfo(WebKit::WebAccessibilityCache* cache,
+ const InParams& in_params, OutParams* out_params);
};
} // namespace webkit_glue

Powered by Google App Engine
This is Rietveld 408576698