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

Unified Diff: chromecast/graphics/cast_window_manager_aura.cc

Issue 2762633003: Remove unused |context| from GetDefaultParent(). (Closed)
Patch Set: Fix chromecast compile error. Created 3 years, 9 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/graphics/cast_window_manager_aura.h ('k') | content/shell/browser/shell_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/graphics/cast_window_manager_aura.cc
diff --git a/chromecast/graphics/cast_window_manager_aura.cc b/chromecast/graphics/cast_window_manager_aura.cc
index d0e0b7be45650bb161af085763340c35c5aa03f5..4fe2008504daaf8187544fe08cd9bb781f6900cf 100644
--- a/chromecast/graphics/cast_window_manager_aura.cc
+++ b/chromecast/graphics/cast_window_manager_aura.cc
@@ -241,8 +241,7 @@ gfx::NativeView CastWindowManagerAura::GetRootWindow() {
return window_tree_host_->window();
}
-aura::Window* CastWindowManagerAura::GetDefaultParent(aura::Window* context,
- aura::Window* window,
+aura::Window* CastWindowManagerAura::GetDefaultParent(aura::Window* window,
const gfx::Rect& bounds) {
DCHECK(window_tree_host_);
return window_tree_host_->window();
« no previous file with comments | « chromecast/graphics/cast_window_manager_aura.h ('k') | content/shell/browser/shell_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698