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

Unified Diff: services/ui/gpu/interfaces/context_lost_reason.typemap

Issue 2559113002: mus/gpu: Introduce the GpuServiceHost mojom interface. (Closed)
Patch Set: . Created 4 years 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/gpu/interfaces/context_lost_reason.typemap
diff --git a/services/ui/gpu/interfaces/context_lost_reason.typemap b/services/ui/gpu/interfaces/context_lost_reason.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..23616f28805c24c15e11c57b69b9cdc1f84aa708
--- /dev/null
+++ b/services/ui/gpu/interfaces/context_lost_reason.typemap
@@ -0,0 +1,12 @@
+# 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.
+
+mojom = "//services/ui/gpu/interfaces/context_lost_reason.mojom"
+public_headers = [ "//gpu/command_buffer/common/constants.h" ]
+traits_headers = [ "//services/ui/gpu/interfaces/context_lost_reason_traits.h" ]
+public_deps = [
+ "//gpu/command_buffer/common",
+]
+
+type_mappings = [ "ui.mojom.ContextLostReason=gpu::error::ContextLostReason" ]
« no previous file with comments | « services/ui/gpu/interfaces/context_lost_reason.mojom ('k') | services/ui/gpu/interfaces/context_lost_reason_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698