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

Unified Diff: services/ui/gpu/gpu_service_impl.cc

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/gpu/gpu_service_impl.cc
diff --git a/services/ui/gpu/gpu_service_impl.cc b/services/ui/gpu/gpu_service_impl.cc
index dd81615575b03a2ad3f085426f677f5d986cb087..64b5b08b3b0dd7d13c22f14048a29d5852308fe7 100644
--- a/services/ui/gpu/gpu_service_impl.cc
+++ b/services/ui/gpu/gpu_service_impl.cc
@@ -18,7 +18,7 @@ void EstablishGpuChannelDone(
const IPC::ChannelHandle& channel_handle) {
// TODO(penghuang): Send the real GPUInfo to the client.
callback.Run(client_id, mojom::ChannelHandle::From(channel_handle),
- mojom::GpuInfo::From<gpu::GPUInfo>(gpu::GPUInfo()));
+ gpu::GPUInfo());
}
}

Powered by Google App Engine
This is Rietveld 408576698