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

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

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.cc
diff --git a/content/browser/frame_host/interstitial_page_impl.cc b/content/browser/frame_host/interstitial_page_impl.cc
index e31822929bd2e815d65622089bee88bd72f266b5..8097c3705bcd0e6f47058b15647feaf2284a3f04 100644
--- a/content/browser/frame_host/interstitial_page_impl.cc
+++ b/content/browser/frame_host/interstitial_page_impl.cc
@@ -943,7 +943,7 @@ TextInputManager* InterstitialPageImpl::GetTextInputManager() {
->GetTextInputManager();
}
-void InterstitialPageImpl::GetScreenInfo(blink::WebScreenInfo* screen_info) {
+void InterstitialPageImpl::GetScreenInfo(ScreenInfo* screen_info) {
WebContentsImpl* web_contents_impl =
static_cast<WebContentsImpl*>(web_contents_);
if (!web_contents_impl) {

Powered by Google App Engine
This is Rietveld 408576698