| Index: gpu/command_buffer/service/query_manager.h
|
| diff --git a/gpu/command_buffer/service/query_manager.h b/gpu/command_buffer/service/query_manager.h
|
| index cbc7931ad1f683a016f9feae9c5e7a51f6f1ef93..d3bce59886ad99927b061d1781767ad14f6406f6 100644
|
| --- a/gpu/command_buffer/service/query_manager.h
|
| +++ b/gpu/command_buffer/service/query_manager.h
|
| @@ -219,6 +219,7 @@ class GPU_EXPORT QueryManager {
|
|
|
| bool use_arb_occlusion_query2_for_occlusion_query_boolean_;
|
| bool use_arb_occlusion_query_for_occlusion_query_boolean_;
|
| + bool use_arb_sync_;
|
|
|
| // Counts the number of Queries allocated with 'this' as their manager.
|
| // Allows checking no Query will outlive this.
|
|
|