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

Unified Diff: ui/views/corewm/shadow_controller.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/corewm/focus_controller_unittest.cc ('k') | ui/views/corewm/shadow_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/shadow_controller.h
===================================================================
--- ui/views/corewm/shadow_controller.h (revision 170746)
+++ ui/views/corewm/shadow_controller.h (working copy)
@@ -11,9 +11,9 @@
#include "base/compiler_specific.h"
#include "base/memory/linked_ptr.h"
#include "base/scoped_observer.h"
-#include "ui/aura/client/activation_change_observer.h"
#include "ui/aura/env_observer.h"
#include "ui/aura/window_observer.h"
+#include "ui/views/corewm/activation_change_shim.h"
#include "ui/views/views_export.h"
namespace aura {
@@ -34,7 +34,7 @@
class VIEWS_EXPORT ShadowController :
public aura::EnvObserver,
public aura::WindowObserver,
- public aura::client::ActivationChangeObserver {
+ public ActivationChangeShim {
public:
class TestApi {
public:
@@ -66,7 +66,7 @@
const gfx::Rect& new_bounds) OVERRIDE;
virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE;
- // aura::client::ActivationChangeObserver overrides:
+ // ActivationChangeShim overrides:
virtual void OnWindowActivated(aura::Window* active,
aura::Window* old_active) OVERRIDE;
« no previous file with comments | « ui/views/corewm/focus_controller_unittest.cc ('k') | ui/views/corewm/shadow_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698