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

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

Issue 1988283002: Implement and test aura::client::CaptureClient in views::NativeWidgetMus for plumbing (Set|Release)… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native_widget_mus7
Patch Set: Use inheritance for MusCaptureClient Created 4 years, 7 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 | « ui/aura/client/default_capture_client.h ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7532719db35e7a0532bd40dc2181af36c412d071..fbbb3d812f303fa6f78d59e14c0c2f395dfae733 100644
--- a/ui/views/mus/native_widget_mus.h
+++ b/ui/views/mus/native_widget_mus.h
@@ -227,6 +227,7 @@ class VIEWS_MUS_EXPORT NativeWidgetMus
private:
friend class NativeWidgetMusTest;
class MusWindowObserver;
+ class MusCaptureClient;
ui::PlatformWindowDelegate* platform_window_delegate() {
return window_tree_host();
@@ -258,7 +259,7 @@ private:
std::unique_ptr<WindowTreeHostMus> window_tree_host_;
aura::Window* content_;
std::unique_ptr<wm::FocusController> focus_client_;
- std::unique_ptr<aura::client::DefaultCaptureClient> capture_client_;
+ std::unique_ptr<MusCaptureClient> capture_client_;
std::unique_ptr<aura::client::WindowTreeClient> window_tree_client_;
std::unique_ptr<aura::client::ScreenPositionClient> screen_position_client_;
std::unique_ptr<wm::CursorManager> cursor_manager_;
« no previous file with comments | « ui/aura/client/default_capture_client.h ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698