Index: chromecast/browser/cast_content_window.h |
diff --git a/chromecast/browser/cast_content_window.h b/chromecast/browser/cast_content_window.h |
index 7101db1f00a67f634fd7140f672660e819215ba1..9f6cbd4c7097fc916021ff06a52e81d1b08a82c5 100644 |
--- a/chromecast/browser/cast_content_window.h |
+++ b/chromecast/browser/cast_content_window.h |
@@ -30,8 +30,11 @@ class CastContentWindow { |
// Removes the window from the screen. |
~CastContentWindow(); |
- // Create a window with the given size. |
- scoped_ptr<content::WebContents> Create( |
+ // Create a window with the given size for |web_contents|. |
+ void CreateWindowTree(const gfx::Size& initial_size, |
+ content::WebContents* web_contents); |
+ |
+ scoped_ptr<content::WebContents> CreateWebContents( |
const gfx::Size& initial_size, |
content::BrowserContext* browser_context); |