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

Unified Diff: services/ui/common/gpu_type_converters.h

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 side-by-side diff with in-line comments
Download patch
Index: services/ui/common/gpu_type_converters.h
diff --git a/services/ui/common/gpu_type_converters.h b/services/ui/common/gpu_type_converters.h
index d5823fd9d0ebe722df7eba9dc00b4d8cb95f49ff..1e253b0dd60412cb05ed10bb4e93ca408c966d15 100644
--- a/services/ui/common/gpu_type_converters.h
+++ b/services/ui/common/gpu_type_converters.h
@@ -6,10 +6,10 @@
#define SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_
#include "build/build_config.h"
+#include "gpu/ipc/common/gpu_info.mojom.h"
#include "mojo/public/cpp/bindings/type_converter.h"
#include "services/ui/common/mus_common_export.h"
#include "services/ui/public/interfaces/channel_handle.mojom.h"
-#include "services/ui/public/interfaces/gpu.mojom.h"
#include "services/ui/public/interfaces/gpu_memory_buffer.mojom.h"
namespace gfx {
@@ -86,8 +86,8 @@ struct MUS_COMMON_EXPORT TypeConverter<gfx::GpuMemoryBufferHandle,
};
template <>
-struct MUS_COMMON_EXPORT TypeConverter<ui::mojom::GpuInfoPtr, gpu::GPUInfo> {
- static ui::mojom::GpuInfoPtr Convert(const gpu::GPUInfo& input);
+struct MUS_COMMON_EXPORT TypeConverter<gpu::mojom::GpuInfoPtr, gpu::GPUInfo> {
+ static gpu::mojom::GpuInfoPtr Convert(const gpu::GPUInfo& input);
};
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698