| Index: gpu/command_buffer/common/capabilities.cc
|
| diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
|
| index 9f35c8258d39c80bf9bb91efb7b77463384a4310..02dc8705bb69b759ec463b7d02c2b85139bbfd83 100644
|
| --- a/gpu/command_buffer/common/capabilities.cc
|
| +++ b/gpu/command_buffer/common/capabilities.cc
|
| @@ -16,7 +16,6 @@ Capabilities::Capabilities()
|
| iosurface(false),
|
| texture_usage(false),
|
| texture_storage(false),
|
| - discard_framebuffer(false),
|
| - map_image(false) {}
|
| + discard_framebuffer(false) {}
|
|
|
| } // namespace gpu
|
|
|