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

Unified Diff: ui/aura/test/test_stacking_client.cc

Issue 11962021: Revert 177182 - ViewTest.ChangeNativeViewHierarchyFindRoots failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- ui/aura/test/test_stacking_client.cc (revision 177189)
+++ ui/aura/test/test_stacking_client.cc (working copy)
@@ -11,11 +11,11 @@
TestStackingClient::TestStackingClient(RootWindow* root_window)
: root_window_(root_window) {
- client::SetStackingClient(root_window_, this);
+ client::SetStackingClient(this);
}
TestStackingClient::~TestStackingClient() {
- client::SetStackingClient(root_window_, NULL);
+ client::SetStackingClient(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