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

Unified Diff: ui/aura/test/test_window_parenting_client.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 | « ui/aura/demo/demo_main.cc ('k') | ui/aura/test/test_window_parenting_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_window_parenting_client.h
diff --git a/ui/aura/test/test_window_parenting_client.h b/ui/aura/test/test_window_parenting_client.h
index 7ffdf3e9b2c02c48243610a0bfaa4e42301367ac..e683facb7d34386640a43773f82c47f7b83cdf1e 100644
--- a/ui/aura/test/test_window_parenting_client.h
+++ b/ui/aura/test/test_window_parenting_client.h
@@ -19,9 +19,7 @@ class TestWindowParentingClient : public client::WindowParentingClient {
~TestWindowParentingClient() override;
// Overridden from client::WindowParentingClient:
- Window* GetDefaultParent(Window* context,
- Window* window,
- const gfx::Rect& bounds) override;
+ Window* GetDefaultParent(Window* window, const gfx::Rect& bounds) override;
private:
Window* root_window_;
« no previous file with comments | « ui/aura/demo/demo_main.cc ('k') | ui/aura/test/test_window_parenting_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698