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

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

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
« no previous file with comments | « services/ui/gpu/interfaces/BUILD.gn ('k') | services/ui/gpu/interfaces/context_lost_reason.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/interfaces/context_lost_reason.mojom
diff --git a/services/ui/gpu/interfaces/context_lost_reason.mojom b/services/ui/gpu/interfaces/context_lost_reason.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..d9b771244e6dbcfc9f7c4d4c5c07cba74510e43f
--- /dev/null
+++ b/services/ui/gpu/interfaces/context_lost_reason.mojom
@@ -0,0 +1,15 @@
+// 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.
+
+module ui.mojom;
+
+enum ContextLostReason {
+ GUILTY,
+ INNOCENT,
+ UNKNOWN,
+ OUT_OF_MEMORY,
+ MAKE_CURRENT_FAILED,
+ GPU_CHANNEL_LOST,
+ INVALID_GPU_MESSAGE,
+};
« no previous file with comments | « services/ui/gpu/interfaces/BUILD.gn ('k') | services/ui/gpu/interfaces/context_lost_reason.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698