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

Unified Diff: ui/aura/test/test_stacking_client.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/env.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_stacking_client.cc
diff --git a/ui/aura/test/test_stacking_client.cc b/ui/aura/test/test_stacking_client.cc
index 6dd5dcf15e17ec904ec587c8387d2a915b7a3eb8..746ad6cda8634d7a3daa723ee968a1067d054a2e 100644
--- a/ui/aura/test/test_stacking_client.cc
+++ b/ui/aura/test/test_stacking_client.cc
@@ -11,11 +11,11 @@ namespace test {
TestStackingClient::TestStackingClient(RootWindow* root_window)
: root_window_(root_window) {
- client::SetStackingClient(this);
+ client::SetStackingClient(root_window_, this);
}
TestStackingClient::~TestStackingClient() {
- client::SetStackingClient(NULL);
+ client::SetStackingClient(root_window_, NULL);
}
Window* TestStackingClient::GetDefaultParent(Window* context,
« no previous file with comments | « ui/aura/env.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698