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

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

Issue 2248973005: mojo: Struct traits for gpu buffer types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | services/ui/gpu/gpu_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service_impl.h
diff --git a/services/ui/gpu/gpu_service_impl.h b/services/ui/gpu/gpu_service_impl.h
index a0de7828f267be8b43786d7684f731fd0f3a6e4b..677923e8562b077c1c83849f266159f370b731dd 100644
--- a/services/ui/gpu/gpu_service_impl.h
+++ b/services/ui/gpu/gpu_service_impl.h
@@ -24,8 +24,8 @@ class GpuServiceImpl : public mojom::GpuService {
void CreateGpuMemoryBuffer(
mojom::GpuMemoryBufferIdPtr id,
const gfx::Size& size,
- mojom::BufferFormat format,
- mojom::BufferUsage usage,
+ gfx::BufferFormat format,
+ gfx::BufferUsage usage,
uint64_t surface_id,
const mojom::GpuService::CreateGpuMemoryBufferCallback& callback)
override;
« no previous file with comments | « no previous file | services/ui/gpu/gpu_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698