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

Unified Diff: ui/display/mojo/display_type_converters.h

Issue 2161993002: Start using display.mojom.Display in mus+ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@display_traits
Patch Set: Fixes. 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 | « ui/display/mojo/OWNERS ('k') | ui/display/mojo/display_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/mojo/display_type_converters.h
diff --git a/ui/display/mojo/display_type_converters.h b/ui/display/mojo/display_type_converters.h
deleted file mode 100644
index f38c30792d1fcb1f617d506578d341340bd7f5a7..0000000000000000000000000000000000000000
--- a/ui/display/mojo/display_type_converters.h
+++ /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.
-
-#ifndef UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
-#define UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
-
-#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
-#include "ui/display/display.h"
-#include "ui/display/mojo/mojo_display_export.h"
-
-namespace mojo {
-
-template <>
-struct MOJO_DISPLAY_EXPORT
- TypeConverter<display::Display, ui::mojom::DisplayPtr> {
- static display::Display Convert(const ui::mojom::DisplayPtr& input);
-};
-
-} // namespace mojo
-
-#endif // UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
« no previous file with comments | « ui/display/mojo/OWNERS ('k') | ui/display/mojo/display_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698