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 9d3ed241ec0820b7adff3c0b1839358e82887568..e0769e01ba5287d20f853097d618f7c58d810152 100644 |
--- a/content/browser/frame_host/interstitial_page_impl.h |
+++ b/content/browser/frame_host/interstitial_page_impl.h |
@@ -162,6 +162,8 @@ class CONTENT_EXPORT InterstitialPageImpl |
bool* is_keyboard_shortcut) override; |
void HandleKeyboardEvent(const NativeWebKeyboardEvent& event) override; |
TextInputManager* GetTextInputManager() override; |
+ void GetScreenInfo(blink::WebScreenInfo* screen_info) override; |
+ void UpdateDeviceScaleFactor(double device_scale_factor) override; |
bool enabled() const { return enabled_; } |
WebContents* web_contents() const; |