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

Unified Diff: services/ui/ws/platform_display_init_params.cc

Issue 2445873003: Pass root ServerWindow id to FrameGenerator. (Closed)
Patch Set: Change back to const ref. 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
Index: services/ui/ws/platform_display_init_params.cc
diff --git a/services/ui/ws/platform_display_init_params.cc b/services/ui/ws/platform_display_init_params.cc
index 4396754764bdabafbdfa84f1b3980060c455f33c..0125882a994b4ebebf848516a07439ea42602db6 100644
--- a/services/ui/ws/platform_display_init_params.cc
+++ b/services/ui/ws/platform_display_init_params.cc
@@ -13,6 +13,9 @@ namespace ws {
PlatformDisplayInitParams::PlatformDisplayInitParams()
: display_id(display::Display::kInvalidDisplayID) {}
+PlatformDisplayInitParams::PlatformDisplayInitParams(
+ const PlatformDisplayInitParams& other) = default;
+
PlatformDisplayInitParams::~PlatformDisplayInitParams() {}
} // namespace ws

Powered by Google App Engine
This is Rietveld 408576698