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

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

Issue 2317563004: Change blink::WebScreenInfo to content::ScreenInfo (Closed)
Patch Set: Fix Windows compile Created 4 years, 3 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 e0769e01ba5287d20f853097d618f7c58d810152..6cfaefc644c05284709e149735e5e92a459d047c 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -162,7 +162,7 @@ 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 GetScreenInfo(content::ScreenInfo* screen_info) override;
void UpdateDeviceScaleFactor(double device_scale_factor) override;
bool enabled() const { return enabled_; }

Powered by Google App Engine
This is Rietveld 408576698