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

Unified Diff: ui/aura/demo/demo_main.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 | « ui/aura/client/window_parenting_client.cc ('k') | ui/aura/test/test_window_parenting_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/demo/demo_main.cc
diff --git a/ui/aura/demo/demo_main.cc b/ui/aura/demo/demo_main.cc
index 0df44ba9c28a03e8e0ce623b7ac286ff22f5b556..3f71458382f958dd045ec91aa18399eb1c92b842 100644
--- a/ui/aura/demo/demo_main.cc
+++ b/ui/aura/demo/demo_main.cc
@@ -107,8 +107,7 @@ class DemoWindowParentingClient : public aura::client::WindowParentingClient {
}
// Overridden from aura::client::WindowParentingClient:
- aura::Window* GetDefaultParent(aura::Window* context,
- aura::Window* window,
+ aura::Window* GetDefaultParent(aura::Window* window,
const gfx::Rect& bounds) override {
if (!capture_client_) {
capture_client_.reset(
« no previous file with comments | « ui/aura/client/window_parenting_client.cc ('k') | ui/aura/test/test_window_parenting_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698