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

Unified Diff: services/ui/common/gpu_service.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_service.h
diff --git a/services/ui/common/gpu_service.h b/services/ui/common/gpu_service.h
index 7a680771736061acad4673cc7cee40b6b3324ee9..e2329f11a870e34b351cf8e48fc5c376aaaa7559 100644
--- a/services/ui/common/gpu_service.h
+++ b/services/ui/common/gpu_service.h
@@ -56,7 +56,7 @@ class MUS_COMMON_EXPORT GpuService : public gpu::GpuChannelHostFactory {
bool locked,
int client_id,
mojom::ChannelHandlePtr channel_handle,
- mojom::GpuInfoPtr gpu_info);
+ const gpu::GPUInfo& gpu_info);
// gpu::GpuChannelHostFactory overrides:
bool IsMainThread() override;

Powered by Google App Engine
This is Rietveld 408576698