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

Unified Diff: components/mus/ws/platform_display_init_params.cc

Issue 1899923002: Basic display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix chromecast build 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
« no previous file with comments | « components/mus/ws/platform_display_init_params.h ('k') | components/mus/ws/platform_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/platform_display_init_params.cc
diff --git a/components/mus/ws/platform_display_init_params.cc b/components/mus/ws/platform_display_init_params.cc
index 94ad22d2b988cddd418b975bf70cb3edbbd67500..394b5711637fbc307760c6cbb23b2f9309640733 100644
--- a/components/mus/ws/platform_display_init_params.cc
+++ b/components/mus/ws/platform_display_init_params.cc
@@ -10,7 +10,9 @@
namespace mus {
namespace ws {
-PlatformDisplayInitParams::PlatformDisplayInitParams() {}
+PlatformDisplayInitParams::PlatformDisplayInitParams()
+ : display_bounds(gfx::Rect(0, 0, 1024, 768)), display_id(1) {}
+
PlatformDisplayInitParams::PlatformDisplayInitParams(
const PlatformDisplayInitParams& other) = default;
PlatformDisplayInitParams::~PlatformDisplayInitParams() {}
« no previous file with comments | « components/mus/ws/platform_display_init_params.h ('k') | components/mus/ws/platform_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698