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

Unified Diff: ui/views/widget/native_widget_aura_window_observer.h

Issue 11421194: Hook up the FocusController behind a flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/views/widget/native_widget_aura.cc ('k') | ui/views/widget/native_widget_aura_window_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/native_widget_aura_window_observer.h
===================================================================
--- ui/views/widget/native_widget_aura_window_observer.h (revision 170746)
+++ ui/views/widget/native_widget_aura_window_observer.h (working copy)
@@ -6,9 +6,9 @@
#define UI_VIEWS_WIDGET_NATIVE_WIDGET_AURA_WINDOW_OBSERVER_H_
#include "base/compiler_specific.h"
-#include "ui/aura/client/activation_change_observer.h"
#include "ui/aura/window_observer.h"
#include "ui/gfx/native_widget_types.h"
+#include "ui/views/corewm/activation_change_shim.h"
#include "ui/views/widget/native_widget_private.h"
namespace views {
@@ -18,7 +18,7 @@
// changes in such a way that we should enable inactive rendering.
class NativeWidgetAuraWindowObserver
: public aura::WindowObserver,
- public aura::client::ActivationChangeObserver {
+ public corewm::ActivationChangeShim {
public:
explicit NativeWidgetAuraWindowObserver(
gfx::NativeView native_view,
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | ui/views/widget/native_widget_aura_window_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698