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

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

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 | « services/ui/gpu/gpu_service_impl.h ('k') | services/ui/public/interfaces/gpu_memory_buffer.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f0e6013217e9cfce2a69e4126ecdd3117dd32999..e2318afdb15418083f870ff020b581aa9c2f6422 100644
--- a/services/ui/gpu/gpu_service_impl.cc
+++ b/services/ui/gpu/gpu_service_impl.cc
@@ -47,8 +47,8 @@ void GpuServiceImpl::EstablishGpuChannel(
void GpuServiceImpl::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) {
NOTIMPLEMENTED();
« no previous file with comments | « services/ui/gpu/gpu_service_impl.h ('k') | services/ui/public/interfaces/gpu_memory_buffer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698