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

Unified Diff: ui/aura/window.h

Issue 10831297: Attempt 2 at: Makes Window not change focus and send out (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: The fix 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
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 1965a8d522a74abd4978054c411d0a39797a6a48..8d98ffa54f18ac4a39a60c308b3c2e1f09a63d41 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -387,6 +387,11 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
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