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

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

Issue 415633002: Simplify access to LegacyRenderWidgetHostHWND. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@render_frame_ax_4
Patch Set: Rebase and fix style issue Created 6 years, 5 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 | « no previous file | content/browser/accessibility/browser_accessibility_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/accessibility/browser_accessibility_manager.h
diff --git a/content/browser/accessibility/browser_accessibility_manager.h b/content/browser/accessibility/browser_accessibility_manager.h
index 4898e4ef7c1679cd54da1cad8cfb30245ce859cb..c3f0430935fc958d8f524da16efe5bc90d517c07 100644
--- a/content/browser/accessibility/browser_accessibility_manager.h
+++ b/content/browser/accessibility/browser_accessibility_manager.h
@@ -61,6 +61,8 @@ class CONTENT_EXPORT BrowserAccessibilityDelegate {
virtual void AccessibilityHitTest(
const gfx::Point& point) = 0;
virtual void AccessibilityFatalError() = 0;
+ virtual gfx::AcceleratedWidget AccessibilityGetAcceleratedWidget() = 0;
+ virtual gfx::NativeViewAccessible AccessibilityGetNativeViewAccessible() = 0;
};
class CONTENT_EXPORT BrowserAccessibilityFactory {
« no previous file with comments | « no previous file | content/browser/accessibility/browser_accessibility_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698