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

Unified Diff: ui/views/mus/native_widget_mus.h

Issue 1416373010: Implement a MusBrowserFrame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome
Patch Set: . Created 5 years, 1 month 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
Index: ui/views/mus/native_widget_mus.h
diff --git a/ui/views/mus/native_widget_mus.h b/ui/views/mus/native_widget_mus.h
index fa270cbb4204693cfcd3c2dd24dc16fa963e018f..c00199d2bd6ab8e4143c1e0aaab5a2eac03dcba1 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -14,6 +14,7 @@
namespace aura {
namespace client {
class DefaultCaptureClient;
+class WindowTreeClient;
}
class Window;
}
@@ -192,6 +193,7 @@ class NativeWidgetMus : public internal::NativeWidgetPrivate,
aura::Window* content_;
scoped_ptr<wm::FocusController> focus_client_;
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;
+ scoped_ptr<aura::client::WindowTreeClient> window_tree_client_;
DISALLOW_COPY_AND_ASSIGN(NativeWidgetMus);
};

Powered by Google App Engine
This is Rietveld 408576698