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

Unified Diff: ui/ozone/platform/drm/common/display_types.h

Issue 2930163002: Convert ozone/drm DisplaySnapshot_Param to DisplaySnapshotMojo (Closed)
Patch Set: review nits Created 3 years, 6 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/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/common/drm_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/common/display_types.h
diff --git a/ui/ozone/platform/drm/common/display_types.h b/ui/ozone/platform/drm/common/display_types.h
new file mode 100644
index 0000000000000000000000000000000000000000..5d0b1acf653c9c890e930dffe27b0e8cb4f191ea
--- /dev/null
+++ b/ui/ozone/platform/drm/common/display_types.h
@@ -0,0 +1,19 @@
+// Copyright 2017 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_OZONE_PLATFORM_DRM_COMMON_DISPLAY_TYPES_H_
+#define UI_OZONE_PLATFORM_DRM_COMMON_DISPLAY_TYPES_H_
+
+namespace display {
+class DisplaySnapshotMojo;
+} // namespace display
+
+namespace ui {
+
+using MovableDisplaySnapshots =
+ std::vector<std::unique_ptr<display::DisplaySnapshotMojo>>;
+
+} // namespace ui
+
+#endif // UI_OZONE_PLATFORM_DRM_COMMON_DISPLAY_TYPES_H_
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/common/drm_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698