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

Unified Diff: components/mus/ws/test_utils.h

Issue 1998323002: EventDispatcher shouldn't always cancel on a hierarchy change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: components/mus/ws/test_utils.h
diff --git a/components/mus/ws/test_utils.h b/components/mus/ws/test_utils.h
index c46d2deaa638265a6ccefeabbd4eece562e76240..710052c397cf8b0eba884edae9485c0cdae47523 100644
--- a/components/mus/ws/test_utils.h
+++ b/components/mus/ws/test_utils.h
@@ -117,6 +117,7 @@ class EventDispatcherTestApi {
ModalWindowController* modal_window_controller() const {
return &ed_->modal_window_controller_;
}
+ ServerWindow* capture_window() { return ed_->capture_window_; }
private:
EventDispatcher* ed_;

Powered by Google App Engine
This is Rietveld 408576698