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

Unified Diff: webkit/glue/webaccessibilitymanager.h

Issue 293001: Delete glue/webview{_delegate}.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « webkit/glue/resource_fetcher_unittest.cc ('k') | webkit/glue/webaccessibilitymanager_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webaccessibilitymanager.h
===================================================================
--- webkit/glue/webaccessibilitymanager.h (revision 29380)
+++ webkit/glue/webaccessibilitymanager.h (working copy)
@@ -9,10 +9,9 @@
namespace WebKit {
class WebAccessibilityObject;
+class WebView;
}
-class WebView;
-
////////////////////////////////////////////////////////////////////////////////
//
// WebAccessibilityManager
@@ -35,7 +34,7 @@
// calling into WebKit's AccessibilityObject. Maintains a hashmap of the
// currently active (browser side ref-count non-zero) instances. Returns true
// if successful, false otherwise.
- virtual bool GetAccObjInfo(WebView* view,
+ virtual bool GetAccObjInfo(WebKit::WebView* view,
const WebAccessibility::InParams& in_params,
WebAccessibility::OutParams* out_params) = 0;
@@ -53,7 +52,7 @@
// initialize the root of the GlueAccessibilityObject tree with the
// associated accessibility information. Returns true if successful, false
// otherwise.
- virtual bool InitAccObjRoot(WebView* view) = 0;
+ virtual bool InitAccObjRoot(WebKit::WebView* view) = 0;
DISALLOW_COPY_AND_ASSIGN(WebAccessibilityManager);
};
« no previous file with comments | « webkit/glue/resource_fetcher_unittest.cc ('k') | webkit/glue/webaccessibilitymanager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698