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

Unified Diff: ui/wm/core/wm_state.h

Issue 2466023003: Makes CaptureController be created and owned by WMState (Closed)
Patch Set: moar Created 4 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
« no previous file with comments | « ui/wm/core/capture_controller_unittest.cc ('k') | ui/wm/core/wm_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/wm_state.h
diff --git a/ui/wm/core/wm_state.h b/ui/wm/core/wm_state.h
index f82632c0ab4b632349e372c5c74f7ed4ad08f6f5..660a1c8450805d8705a161cb2127db365c045bbc 100644
--- a/ui/wm/core/wm_state.h
+++ b/ui/wm/core/wm_state.h
@@ -12,6 +12,7 @@
namespace wm {
+class CaptureController;
class TransientWindowController;
class TransientWindowStackingClient;
@@ -24,6 +25,7 @@ class WM_EXPORT WMState {
private:
std::unique_ptr<TransientWindowStackingClient> window_stacking_client_;
std::unique_ptr<TransientWindowController> transient_window_client_;
+ std::unique_ptr<CaptureController> capture_controller_;
DISALLOW_COPY_AND_ASSIGN(WMState);
};
« no previous file with comments | « ui/wm/core/capture_controller_unittest.cc ('k') | ui/wm/core/wm_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698