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

Unified Diff: content/browser/frame_host/render_frame_host_impl.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
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 b139fd8691f1559f75351f1124bc8b1fc5b55616..9147d17b9fa29be12ebd6ee6990b7ee9dbb0522d 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -100,6 +100,9 @@ class CONTENT_EXPORT RenderFrameHostImpl
const OVERRIDE;
virtual void AccessibilityHitTest(const gfx::Point& point) OVERRIDE;
virtual void AccessibilityFatalError() OVERRIDE;
+ virtual gfx::AcceleratedWidget AccessibilityGetAcceleratedWidget() OVERRIDE;
+ virtual gfx::NativeViewAccessible AccessibilityGetNativeViewAccessible()
+ OVERRIDE;
void Init();
int routing_id() const { return routing_id_; }

Powered by Google App Engine
This is Rietveld 408576698