| Index: content/common/gpu/gpu_channel.cc
|
| diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
|
| index 2afaf3d13c1dc14316c47452b29302e596b258a8..158ac05df9b2db39a9c9b16cda4c5f5c3f592392 100644
|
| --- a/content/common/gpu/gpu_channel.cc
|
| +++ b/content/common/gpu/gpu_channel.cc
|
| @@ -866,7 +866,7 @@ uint64 GpuChannel::GetMemoryUsage() {
|
| scoped_refptr<gfx::GLImage> GpuChannel::CreateImageForGpuMemoryBuffer(
|
| const gfx::GpuMemoryBufferHandle& handle,
|
| const gfx::Size& size,
|
| - gfx::GpuMemoryBuffer::Format format,
|
| + gfx::BufferFormat format,
|
| uint32 internalformat) {
|
| switch (handle.type) {
|
| case gfx::SHARED_MEMORY_BUFFER: {
|
|
|