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

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: 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 0aeb37fd888e3a7c4b47a600a57e7d9dca0c380e..d4b58a96d3fffe620c428069b0a1b06022f6821f 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -99,6 +99,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