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

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

Issue 2797473005: Fix interstitials on OOPIF-based guests. (Closed)
Patch Set: rebase Created 3 years, 8 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/interstitial_page_impl.h
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
index 4d9da1e193e2ada6e015fa09f0603e7aa5adcc68..cbe813e38946bb3a57b0685bf1638131634d4259 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -165,6 +165,7 @@ class CONTENT_EXPORT InterstitialPageImpl
TextInputManager* GetTextInputManager() override;
void GetScreenInfo(content::ScreenInfo* screen_info) override;
void UpdateDeviceScaleFactor(double device_scale_factor) override;
+ RenderWidgetHostInputEventRouter* GetInputEventRouter() override;
bool enabled() const { return enabled_; }
WebContents* web_contents() const;

Powered by Google App Engine
This is Rietveld 408576698