| Index: content/common/gpu/client/command_buffer_proxy_impl.cc
|
| diff --git a/content/common/gpu/client/command_buffer_proxy_impl.cc b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| index 9884ad62640dda4c250b1d6b88146ed69c56f782..20802095797e8caed3a52408a98af04723cfce7f 100644
|
| --- a/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| +++ b/content/common/gpu/client/command_buffer_proxy_impl.cc
|
| @@ -159,7 +159,7 @@ bool CommandBufferProxyImpl::Initialize() {
|
| return false;
|
| }
|
|
|
| - capabilities_.map_image = true;
|
| + capabilities_.image = true;
|
|
|
| return true;
|
| }
|
|
|