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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.h

Issue 23702017: Ensure that the AURA focused window is set correctly when the window is activated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | « chrome/chrome_tests.gypi ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
===================================================================
--- ui/views/widget/desktop_aura/desktop_native_widget_aura.h (revision 220973)
+++ ui/views/widget/desktop_aura/desktop_native_widget_aura.h (working copy)
@@ -76,6 +76,10 @@
// Overridden from NativeWidget:
virtual ui::EventHandler* GetEventHandler() OVERRIDE;
+ // Ensures that the correct window is activated/deactivated based on whether
+ // we are being activated/deactivated.
+ void HandleActivationChanged(bool active);
+
protected:
// Overridden from internal::NativeWidgetPrivate:
virtual void InitNativeWidget(const Widget::InitParams& params) OVERRIDE;
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698