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

Unified Diff: content/browser/web_contents/web_contents_view_mus.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/web_contents/web_contents_view_mus.cc
diff --git a/content/browser/web_contents/web_contents_view_mus.cc b/content/browser/web_contents/web_contents_view_mus.cc
index f5527d390d486a875fc1df2e56b81181f0f29f6c..cfdc9b1dbcac45b4352aeb5c4fb89a349ba567fc 100644
--- a/content/browser/web_contents/web_contents_view_mus.cc
+++ b/content/browser/web_contents/web_contents_view_mus.cc
@@ -62,8 +62,7 @@ gfx::NativeWindow WebContentsViewMus::GetTopLevelNativeWindow() const {
return window ? window : delegate_->GetNativeWindow();
}
-void WebContentsViewMus::GetScreenInfo(
- blink::WebScreenInfo* web_screen_info) const {
+void WebContentsViewMus::GetScreenInfo(ScreenInfo* screen_info) const {
// TODO(wjmaclean) Figure out what goes here.
}

Powered by Google App Engine
This is Rietveld 408576698