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

Unified Diff: ui/aura/client/window_stacking_client.cc

Issue 105813013: Adds views::corewm::WMState to install common state (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix viewseventtestbase Created 7 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/client/window_stacking_client.h ('k') | ui/views/corewm/focus_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/window_stacking_client.cc
diff --git a/ui/aura/client/window_stacking_client.cc b/ui/aura/client/window_stacking_client.cc
index ee59dedd62d3c4ab2699fabbb7ed0699d6c7cea6..8f909766d64205458e9fc424ac1ac0b308f308f0 100644
--- a/ui/aura/client/window_stacking_client.cc
+++ b/ui/aura/client/window_stacking_client.cc
@@ -14,7 +14,6 @@ WindowStackingClient* instance = NULL;
} // namespace
void SetWindowStackingClient(WindowStackingClient* client) {
- delete instance;
instance = client;
}
« no previous file with comments | « ui/aura/client/window_stacking_client.h ('k') | ui/views/corewm/focus_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698