Index: ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h |
diff --git a/ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h b/ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h |
index c24dbb9eb0ca7d96f3f381cbd72b33db53e46bf8..a71c8f39b21df604264a4fc615b64e35af8e45cf 100644 |
--- a/ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h |
+++ b/ui/ozone/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h |
@@ -37,7 +37,8 @@ class OZONE_GPU_EXPORT GpuMemoryBufferFactoryOzoneNativeBuffer { |
gfx::GpuMemoryBuffer::Format format, |
gfx::GpuMemoryBuffer::Usage usage, |
int client_id, |
- gfx::PluginWindowHandle surface_handle); |
+ gfx::PluginWindowHandle surface_handle, |
+ gfx::GpuMemoryBufferHandle* new_handle); |
reveman
2015/05/11 16:40:57
Please pass the handle as return value to be consi
dshwang
2015/05/14 12:25:47
Done. In addition, I remove all pointer passing co
|
// Destroys GPU memory buffer identified by |id|. |
// It can be called on any thread. |