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

Unified Diff: ash/mus/test/wm_test_helper.h

Issue 2350953009: Centralizes more shared code between ash and mash (Closed)
Patch Set: moar Created 4 years, 3 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: ash/mus/test/wm_test_helper.h
diff --git a/ash/mus/test/wm_test_helper.h b/ash/mus/test/wm_test_helper.h
index 88e38d7b1fa07266f4ddf59e04f67a48db868e4c..6e7353daeff049a36715159bfd1a136f0ba252c9 100644
--- a/ash/mus/test/wm_test_helper.h
+++ b/ash/mus/test/wm_test_helper.h
@@ -53,11 +53,13 @@ class WmTestHelper {
// Creates a new RootWindowController given |display_spec|, which is the
// configuration of the display.
James Cook 2016/09/21 22:03:19 nit: Document |next_x| here and below. Or conside
sky 2016/09/21 22:47:49 Done.
RootWindowController* CreateRootWindowController(
- const std::string& display_spec);
+ const std::string& display_spec,
+ int* next_x);
// Updates the display of an existing RootWindowController.
void UpdateDisplay(RootWindowController* root_window_controller,
- const std::string& display_spec);
+ const std::string& display_spec,
+ int* next_x);
// Destroys a RootWindowController.
void DestroyRootWindowController(

Powered by Google App Engine
This is Rietveld 408576698