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

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

Issue 2736943003: Start to decouple display::Display from ws::PlatformDisplay. (Closed)
Patch Set: Fix comments. Created 3 years, 9 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 | « services/ui/ws/platform_display_init_params.h ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index f8e871c0136f4ee4ed1b3ece2cd21646c303e816..0000000000000000000000000000000000000000
--- a/services/ui/ws/platform_display_init_params.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "services/ui/ws/platform_display_init_params.h"
-
-#include "services/ui/ws/server_window.h"
-#include "ui/display/types/display_constants.h"
-
-namespace ui {
-namespace ws {
-
-PlatformDisplayInitParams::PlatformDisplayInitParams()
- : display_id(display::kInvalidDisplayId) {}
-
-PlatformDisplayInitParams::PlatformDisplayInitParams(
- const PlatformDisplayInitParams& other) = default;
-
-PlatformDisplayInitParams::~PlatformDisplayInitParams() {}
-
-} // namespace ws
-} // namespace ui
« no previous file with comments | « services/ui/ws/platform_display_init_params.h ('k') | services/ui/ws/test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698