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

Unified Diff: ui/aura/window.h

Issue 10854124: Revert 151293 - Makes Window not change focus and send out notifications when moving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « no previous file | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
===================================================================
--- ui/aura/window.h (revision 151297)
+++ ui/aura/window.h (working copy)
@@ -387,11 +387,6 @@
bool return_tightest,
bool for_event_handling);
- // Implementation of RemoveChild(). If |child| is being removed as the result
- // of an add, |new_parent| is the new parent |child| is going to be parented
- // to.
- void RemoveChildImpl(Window* child, Window* new_parent);
-
// Called when this window's parent has changed.
void OnParentChanged();
« no previous file with comments | « no previous file | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698