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

Unified Diff: ui/aura/test/test_window_parenting_client.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
Index: ui/aura/test/test_window_parenting_client.cc
diff --git a/ui/aura/test/test_window_parenting_client.cc b/ui/aura/test/test_window_parenting_client.cc
index af14b2b1862feb1e9cf63b4c3eb47e1d2fe956e4..55624563db17e17332d6ccb47e2565ccd82225b4 100644
--- a/ui/aura/test/test_window_parenting_client.cc
+++ b/ui/aura/test/test_window_parenting_client.cc
@@ -18,8 +18,7 @@ TestWindowParentingClient::~TestWindowParentingClient() {
client::SetWindowParentingClient(root_window_, nullptr);
}
-Window* TestWindowParentingClient::GetDefaultParent(Window* context,
- Window* window,
+Window* TestWindowParentingClient::GetDefaultParent(Window* window,
const gfx::Rect& bounds) {
return root_window_;
}
« no previous file with comments | « ui/aura/test/test_window_parenting_client.h ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698