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

Side by Side Diff: gpu/ipc/common/gpu_info.mojom

Issue 2133833002: gpu::GPUInfo::GPUDevice struct traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary changes 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 unified diff | Download patch
« no previous file with comments | « gpu/ipc/common/OWNERS ('k') | gpu/ipc/common/gpu_info.typemap » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 module gpu.mojom;
6
7 import "mojo/common/common_custom_types.mojom";
8
9 struct GpuDevice {};
Fady Samuel 2016/07/08 18:47:56 Let's not land incomplete things here. Please remo
Alex Z. 2016/07/12 13:58:15 Acknowledged.
10
11 enum CollectInfoResult {
12 kCollectInfoNone = 0,
13 kCollectInfoSuccess = 1,
14 kCollectInfoNonFatalFailure = 2,
15 kCollectInfoFatalFailure = 3
16 };
17
18 struct GpuInfo {};
Fady Samuel 2016/07/08 18:47:56 Let's not land incomplete things here. Please remo
Alex Z. 2016/07/12 13:58:15 Acknowledged.
OLDNEW
« no previous file with comments | « gpu/ipc/common/OWNERS ('k') | gpu/ipc/common/gpu_info.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698