summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/common/capabilities.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/command_buffer/common/capabilities.cc')
-rw-r--r--gpu/command_buffer/common/capabilities.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/command_buffer/common/capabilities.cc b/gpu/command_buffer/common/capabilities.cc
index 257086a..74b2423 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) {
}