| Index: content/common/gpu/create_gpu_memory_buffer_from_handle_params.cc
|
| diff --git a/content/common/gpu/create_gpu_memory_buffer_from_handle_params.cc b/content/common/gpu/create_gpu_memory_buffer_from_handle_params.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..193c1ea43311d75c9f4d8a55b0ef35e29311bebd
|
| --- /dev/null
|
| +++ b/content/common/gpu/create_gpu_memory_buffer_from_handle_params.cc
|
| @@ -0,0 +1,15 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "content/common/gpu/create_gpu_memory_buffer_from_handle_params.h"
|
| +
|
| +namespace content {
|
| +
|
| +CreateGpuMemoryBufferFromHandleParams::CreateGpuMemoryBufferFromHandleParams()
|
| + : id(0), format(gfx::BufferFormat::ATC), client_id(0) {}
|
| +
|
| +CreateGpuMemoryBufferFromHandleParams::
|
| + ~CreateGpuMemoryBufferFromHandleParams() {}
|
| +
|
| +} // namespace content
|
|
|