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

Unified Diff: ui/aura/demo/demo_main.cc

Issue 11829040: Fix the content_browsertests everywhere maybe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 7 years, 11 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/stacking_client.cc ('k') | ui/aura/env.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 b688e4523e12f84c4d911577b0e126d2d40d66a9..4d27b50fc5189cd0a14bc0419d0c98d758d4b9ed 100644
--- a/ui/aura/demo/demo_main.cc
+++ b/ui/aura/demo/demo_main.cc
@@ -81,11 +81,11 @@ class DemoStackingClient : public aura::client::StackingClient {
public:
explicit DemoStackingClient(aura::RootWindow* root_window)
: root_window_(root_window) {
- aura::client::SetStackingClient(this);
+ aura::client::SetStackingClient(root_window_, this);
}
virtual ~DemoStackingClient() {
- aura::client::SetStackingClient(NULL);
+ aura::client::SetStackingClient(root_window_, NULL);
}
// Overridden from aura::client::StackingClient:
« no previous file with comments | « ui/aura/client/stacking_client.cc ('k') | ui/aura/env.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698