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: |