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

Unified Diff: content/browser/accessibility/browser_accessibility_win.h

Issue 510513003: Send Android accessibility event when object location changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_accessibility_focus_3
Patch Set: Created 6 years, 4 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: content/browser/accessibility/browser_accessibility_win.h
diff --git a/content/browser/accessibility/browser_accessibility_win.h b/content/browser/accessibility/browser_accessibility_win.h
index 8dca2a8a9c8933dd8c7b0cadf3af824de21df2df..36712cf9f4c874e5d7ee7e770a9fdc26c1b57012 100644
--- a/content/browser/accessibility/browser_accessibility_win.h
+++ b/content/browser/accessibility/browser_accessibility_win.h
@@ -105,7 +105,7 @@ BrowserAccessibilityWin
CONTENT_EXPORT virtual void NativeAddReference() OVERRIDE;
CONTENT_EXPORT virtual void NativeReleaseReference() OVERRIDE;
CONTENT_EXPORT virtual bool IsNative() const OVERRIDE;
- CONTENT_EXPORT virtual void OnLocationChanged() const OVERRIDE;
+ CONTENT_EXPORT virtual void OnLocationChanged() OVERRIDE;
//
// IAccessible methods.

Powered by Google App Engine
This is Rietveld 408576698