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

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

Issue 2500973002: Converts test_wm to use aura (Closed)
Patch Set: reference bug 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/views/mus/input_method_mus_unittest.cc ('k') | no next file » | 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 660a1c8450805d8705a161cb2127db365c045bbc..5337ec4df6675f4bb2c40e564f67a78ac8059a03 100644
--- a/ui/wm/core/wm_state.h
+++ b/ui/wm/core/wm_state.h
@@ -22,6 +22,8 @@ class WM_EXPORT WMState {
WMState();
~WMState();
+ CaptureController* capture_controller() { return capture_controller_.get(); }
+
private:
std::unique_ptr<TransientWindowStackingClient> window_stacking_client_;
std::unique_ptr<TransientWindowController> transient_window_client_;
« no previous file with comments | « ui/views/mus/input_method_mus_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698