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

Unified Diff: chrome/renderer/render_view.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: chrome/renderer/render_view.h
===================================================================
--- chrome/renderer/render_view.h (revision 16095)
+++ chrome/renderer/render_view.h (working copy)
@@ -49,7 +49,6 @@
class GURL;
class RenderThread;
class ResourceDispatcher;
-class WebAccessibilityManager;
class WebError;
class WebFrame;
class WebPluginDelegate;
@@ -307,6 +306,7 @@
int active_match_ordinal,
const WebKit::WebRect& selection);
virtual bool WasOpenedByUserGesture() const;
+ virtual void FocusAccessibilityObject(WebCore::AccessibilityObject* acc_obj);
virtual void SpellCheck(const std::wstring& word, int& misspell_location,
int& misspell_length);
virtual void GetAutoCorrectWord(const std::wstring& misspelled_word,

Powered by Google App Engine
This is Rietveld 408576698