Index: gpu/command_buffer/common/gles2_cmd_format.h |
diff --git a/gpu/command_buffer/common/gles2_cmd_format.h b/gpu/command_buffer/common/gles2_cmd_format.h |
index a33e29e877ecd9b4aabc526f8063bb75ed4e8b2a..4cb34417a3dbe7c73671deabdb21178c56f6a6af 100644 |
--- a/gpu/command_buffer/common/gles2_cmd_format.h |
+++ b/gpu/command_buffer/common/gles2_cmd_format.h |
@@ -147,7 +147,7 @@ struct QuerySync { |
result = 0; |
} |
- uint32 process_count; |
+ int32 process_count; |
Dmitry Vyukov
2014/03/04 08:07:56
s/int32/Atomic32/
reveman
2014/03/06 21:05:42
Done.
|
uint64 result; |
}; |