| Index: content/shell/shell_stacking_client_ash.h
|
| ===================================================================
|
| --- content/shell/shell_stacking_client_ash.h (revision 169793)
|
| +++ content/shell/shell_stacking_client_ash.h (working copy)
|
| @@ -14,6 +14,7 @@
|
| class Window;
|
| namespace client {
|
| class DefaultCaptureClient;
|
| +class FocusClient;
|
| }
|
| namespace test {
|
| class TestActivationClient;
|
| @@ -55,6 +56,7 @@
|
| scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
|
| scoped_ptr<views::corewm::InputMethodEventFilter> input_method_filter_;
|
| scoped_ptr<aura::test::TestActivationClient> test_activation_client_;
|
| + scoped_ptr<aura::client::FocusClient> focus_client_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ShellStackingClientAsh);
|
| };
|
|
|