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

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

Issue 8916020: Second attempt at moving the StackingClient to a property on the RootWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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/root_window.cc ('k') | ui/aura/test/test_stacking_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.cc
===================================================================
--- ui/aura/test/aura_test_base.cc (revision 114527)
+++ ui/aura/test/aura_test_base.cc (working copy)
@@ -9,7 +9,6 @@
#endif
#include "ui/aura/root_window.h"
-#include "ui/aura/test/test_stacking_client.h"
namespace aura {
namespace test {
@@ -21,8 +20,6 @@
OleInitialize(NULL);
#endif
- // TestStackingClient is owned by the root window.
- new TestStackingClient();
RootWindow::GetInstance()->Show();
RootWindow::GetInstance()->SetHostSize(gfx::Size(600, 600));
}
@@ -45,11 +42,6 @@
aura::RootWindow::DeleteInstance();
}
-TestStackingClient* AuraTestBase::GetTestStackingClient() {
- return static_cast<TestStackingClient*>(
- aura::RootWindow::GetInstance()->stacking_client());
-}
-
void AuraTestBase::SetUp() {
testing::Test::SetUp();
setup_called_ = true;
« no previous file with comments | « ui/aura/root_window.cc ('k') | ui/aura/test/test_stacking_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698