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

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

Issue 2150933003: mash: Add touch-hud app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/mus/root_window_controller_unittest.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_base.h
diff --git a/ash/mus/test/wm_test_base.h b/ash/mus/test/wm_test_base.h
index 22c70dd03a124fd188a365365608b9b44c55d356..16fbc82930df9ca733458e9a33d4a788ee79cd17 100644
--- a/ash/mus/test/wm_test_base.h
+++ b/ash/mus/test/wm_test_base.h
@@ -57,6 +57,7 @@ class WmTestBase : public testing::Test {
::ui::Window* CreateTestWindow(const gfx::Rect& bounds);
::ui::Window* CreateTestWindow(const gfx::Rect& bounds,
ui::wm::WindowType window_type);
+ ::ui::Window* CreateFullscreenTestWindow();
// Creates a window parented to |parent|. The returned window is visible.
::ui::Window* CreateChildTestWindow(::ui::Window* parent,
« no previous file with comments | « ash/mus/root_window_controller_unittest.cc ('k') | ash/mus/test/wm_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698