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

Unified Diff: ui/display/mojo/display_snapshot.typemap

Issue 2646213002: Write mojom and StructTraits for DisplaySnapshot. (Closed)
Patch Set: use FILE_PATH_LITERAL to create base::FilePath::StringType Created 3 years, 10 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: ui/display/mojo/display_snapshot.typemap
diff --git a/ui/display/mojo/display_snapshot.typemap b/ui/display/mojo/display_snapshot.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..d291af773129c59f0da261a5e0af191213e80dae
--- /dev/null
+++ b/ui/display/mojo/display_snapshot.typemap
@@ -0,0 +1,14 @@
+# 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.
+
+mojom = "//ui/display/mojo/display_snapshot.mojom"
+public_headers = [ "//ui/display/types/display_snapshot.h" ]
+traits_headers = [ "//ui/display/mojo/display_snapshot_struct_traits.h" ]
+public_deps = [
+ "//ui/display",
+]
+deps = [
+ "//ui/gfx/geometry",
+]
+type_mappings = [ "display.mojom.DisplaySnapshot=std::unique_ptr<display::DisplaySnapshot>[move_only]" ]

Powered by Google App Engine
This is Rietveld 408576698