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

Unified Diff: chromecast/browser/android/cast_content_window_android.cc

Issue 2643553002: [Chromecast] Reuse the Aura window manager across receiver apps. (Closed)
Patch Set: applied reviewer feedback Created 3 years, 11 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: chromecast/browser/android/cast_content_window_android.cc
diff --git a/chromecast/browser/android/cast_content_window_android.cc b/chromecast/browser/android/cast_content_window_android.cc
index 7c22d2c0f76c4f84a5b119244ca8b450e6faa7e7..b5d7a7bfa648b94210d6be766e4d6b836051ca59 100644
--- a/chromecast/browser/android/cast_content_window_android.cc
+++ b/chromecast/browser/android/cast_content_window_android.cc
@@ -59,7 +59,9 @@ void CastContentWindowAndroid::SetTransparent() {
}
void CastContentWindowAndroid::ShowWebContents(
- content::WebContents* web_contents) {
+ content::WebContents* web_contents,
+ CastWindowManager* window_manager) {
+ DCHECK(window_manager);
JNIEnv* env = base::android::AttachCurrentThread();
base::android::ScopedJavaLocalRef<jobject> java_web_contents =
web_contents->GetJavaWebContents();
« no previous file with comments | « chromecast/browser/android/cast_content_window_android.h ('k') | chromecast/browser/cast_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698