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

Unified Diff: chromecast/browser/cast_content_window.h

Issue 1972433002: [Chromecast] Handle device scale factor correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test compile error Created 4 years, 7 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 | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/browser/cast_content_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_content_window.h
diff --git a/chromecast/browser/cast_content_window.h b/chromecast/browser/cast_content_window.h
index af4ce42c3da4f0eb4f7152149713f6d1872460e3..dfce908102600de22dd237dae601b3b280b8c312 100644
--- a/chromecast/browser/cast_content_window.h
+++ b/chromecast/browser/cast_content_window.h
@@ -37,12 +37,10 @@ class CastContentWindow : public content::WebContentsObserver {
// CreateWindowTree).
void SetTransparent() { transparent_ = true; }
- // Create a window with the given size for |web_contents|.
- void CreateWindowTree(const gfx::Size& initial_size,
- content::WebContents* web_contents);
+ // Create a full-screen window for |web_contents|.
+ void CreateWindowTree(content::WebContents* web_contents);
std::unique_ptr<content::WebContents> CreateWebContents(
- const gfx::Size& initial_size,
content::BrowserContext* browser_context);
// content::WebContentsObserver implementation:
« no previous file with comments | « chromecast/browser/cast_browser_main_parts.cc ('k') | chromecast/browser/cast_content_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698