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

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

Issue 2417693002: Allow MimeHandlerViewGuest be embedded inside OOPIFs (Closed)
Patch Set: Addressing lfg@ and nasko@ comments Created 4 years, 2 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_widget_host_view_guest.h
diff --git a/content/browser/frame_host/render_widget_host_view_guest.h b/content/browser/frame_host/render_widget_host_view_guest.h
index 10c0ad42c875e04138ef7830f1e47ac08bd12540..aacf7ad1b538a582405f035ecc793efb00defc86 100644
--- a/content/browser/frame_host/render_widget_host_view_guest.h
+++ b/content/browser/frame_host/render_widget_host_view_guest.h
@@ -127,6 +127,7 @@ class CONTENT_EXPORT RenderWidgetHostViewGuest
InputEventAckState ack_result) override;
bool IsRenderWidgetHostViewGuest() override;
+ RenderWidgetHostViewBase* GetOwnerRenderWidgetHostView() const override;
protected:
friend class RenderWidgetHostView;
@@ -137,8 +138,6 @@ class CONTENT_EXPORT RenderWidgetHostViewGuest
BrowserPluginGuest* guest,
base::WeakPtr<RenderWidgetHostViewBase> platform_view);
- RenderWidgetHostViewBase* GetOwnerRenderWidgetHostView() const;
-
// Since we now route GestureEvents directly to the guest renderer, we need
// a way to make sure that the BrowserPlugin in the embedder gets focused so
// that keyboard input (which still travels via BrowserPlugin) is routed to

Powered by Google App Engine
This is Rietveld 408576698