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

Unified Diff: content/browser/web_contents/web_contents_view_mus.cc

Issue 2122023002: Cross-process frames should be notified of device scale factor changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Version of patch without second test. Created 4 years, 4 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
« no previous file with comments | « content/browser/web_contents/web_contents_view_mus.h ('k') | content/common/page_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 98700f023cee59467354c14dc7c53bf86c89f0c6..f5527d390d486a875fc1df2e56b81181f0f29f6c 100644
--- a/content/browser/web_contents/web_contents_view_mus.cc
+++ b/content/browser/web_contents/web_contents_view_mus.cc
@@ -62,6 +62,11 @@ gfx::NativeWindow WebContentsViewMus::GetTopLevelNativeWindow() const {
return window ? window : delegate_->GetNativeWindow();
}
+void WebContentsViewMus::GetScreenInfo(
+ blink::WebScreenInfo* web_screen_info) const {
+ // TODO(wjmaclean) Figure out what goes here.
+}
+
void WebContentsViewMus::GetContainerBounds(gfx::Rect* out) const {
*out = aura_window_->GetBoundsInScreen();
}
« no previous file with comments | « content/browser/web_contents/web_contents_view_mus.h ('k') | content/common/page_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698