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

Unified Diff: ash/wm/workspace_controller_test_helper.cc

Issue 10857021: Prepare a bunch of ash tests for workspace2. With Workspace2 you can't (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ash/wm/workspace_controller_test_helper.h ('k') | ui/aura/client/stacking_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace_controller_test_helper.cc
diff --git a/ash/wm/workspace_controller_test_helper.cc b/ash/wm/workspace_controller_test_helper.cc
index db32844576df0b6a4d30c05e6855843e781c3116..75177efb9a68b612fd64924299d6315cce96e594 100644
--- a/ash/wm/workspace_controller_test_helper.cc
+++ b/ash/wm/workspace_controller_test_helper.cc
@@ -6,6 +6,7 @@
#include "ash/wm/workspace_controller.h"
#include "ash/wm/workspace/workspace_event_filter_test_helper.h"
+#include "ui/aura/window.h"
namespace ash {
namespace internal {
@@ -18,9 +19,13 @@ WorkspaceControllerTestHelper::WorkspaceControllerTestHelper(
WorkspaceControllerTestHelper::~WorkspaceControllerTestHelper() {
}
+WorkspaceEventFilter* WorkspaceControllerTestHelper::GetFilter() {
+ return controller_->event_filter_;
+}
+
MultiWindowResizeController*
WorkspaceControllerTestHelper::GetMultiWindowResizeController() {
- return WorkspaceEventFilterTestHelper(filter()).resize_controller();
+ return WorkspaceEventFilterTestHelper(GetFilter()).resize_controller();
}
} // namespace internal
« no previous file with comments | « ash/wm/workspace_controller_test_helper.h ('k') | ui/aura/client/stacking_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698