| Index: gpu/command_buffer/common/capabilities.cc
|
| diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
|
| index 257086a2e38b61decc43ccba6eaab5f649c1b4a8..74b2423e17168717b9d073cd09deca436e67dcce 100644
|
| --- a/gpu/command_buffer/common/capabilities.cc
|
| +++ b/gpu/command_buffer/common/capabilities.cc
|
| @@ -18,7 +18,7 @@ Capabilities::Capabilities()
|
| texture_storage(false),
|
| discard_framebuffer(false),
|
| sync_query(false),
|
| - map_image(false),
|
| + image(false),
|
| future_sync_points(false) {
|
| }
|
|
|
|
|