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

Unified Diff: content/browser/frame_host/render_frame_host_impl.h

Issue 2279413002: Clean up: Accessibility no longer needs site instance or transforms (Closed)
Patch Set: Created 4 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/frame_host/render_frame_host_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index 4baadd4d16beb6e1c3ffb254b0f43c5c1b6fa11c..df78ccde7a8ef51fefeeaef669d26cf4d25d9bfd 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -198,9 +198,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
gfx::Rect AccessibilityGetViewBounds() const override;
gfx::Point AccessibilityOriginInScreen(
const gfx::Rect& bounds) const override;
- gfx::Rect AccessibilityTransformToRootCoordSpace(
- const gfx::Rect& bounds) override;
- SiteInstance* AccessibilityGetSiteInstance() override;
void AccessibilityHitTest(const gfx::Point& point) override;
void AccessibilitySetAccessibilityFocus(int acc_obj_id) override;
void AccessibilityFatalError() override;

Powered by Google App Engine
This is Rietveld 408576698