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

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

Issue 2391153002: Converts most of WorkspaceLayoutManager tests to use common code (Closed)
Patch Set: merge Created 4 years, 2 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/bridge/wm_window_mus.cc ('k') | ash/mus/test/ash_test_impl_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/ash_test_impl_mus.h
diff --git a/ash/mus/test/ash_test_impl_mus.h b/ash/mus/test/ash_test_impl_mus.h
index 7aa29446efaa403da814de282ef601153dd142cc..1f62ab3cb9c676d9cb86aae745e501c5b3266994 100644
--- a/ash/mus/test/ash_test_impl_mus.h
+++ b/ash/mus/test/ash_test_impl_mus.h
@@ -29,10 +29,17 @@ class AshTestImplMus : public AshTestImpl {
const gfx::Rect& bounds_in_screen,
ui::wm::WindowType type,
int shell_window_id) override;
+ std::unique_ptr<WindowOwner> CreateToplevelTestWindow(
+ const gfx::Rect& bounds_in_screen,
+ int shell_window_id) override;
display::Display GetSecondaryDisplay() override;
bool SetSecondaryDisplayPlacement(
display::DisplayPlacement::Position position,
int offset) override;
+ void ConfigureWidgetInitParamsForDisplay(
+ WmWindow* window,
+ views::Widget::InitParams* init_params) override;
+ void AddTransientChild(WmWindow* parent, WmWindow* window) override;
private:
// TODO(sky): fold WmTestBase directly into this class when no more subclasses
« no previous file with comments | « ash/mus/bridge/wm_window_mus.cc ('k') | ash/mus/test/ash_test_impl_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698