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

Unified Diff: chromecast/graphics/cast_window_manager_aura.h

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 | « ash/wm/stacking_controller.cc ('k') | chromecast/graphics/cast_window_manager_aura.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.h
diff --git a/chromecast/graphics/cast_window_manager_aura.h b/chromecast/graphics/cast_window_manager_aura.h
index 1862d0f60df3b2621d41c08db7258cda6ad7d611..012d27402601c1af7c89b252bb7fc420694ad801 100644
--- a/chromecast/graphics/cast_window_manager_aura.h
+++ b/chromecast/graphics/cast_window_manager_aura.h
@@ -36,8 +36,7 @@ class CastWindowManagerAura : public CastWindowManager,
void SetWindowId(gfx::NativeView window, WindowId window_id) override;
// aura::client::WindowParentingClient implementation:
- aura::Window* GetDefaultParent(aura::Window* context,
- aura::Window* window,
+ aura::Window* GetDefaultParent(aura::Window* window,
const gfx::Rect& bounds) override;
private:
« no previous file with comments | « ash/wm/stacking_controller.cc ('k') | chromecast/graphics/cast_window_manager_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698