Merge commit '7b04dc15c5745e780ff19aaff3d43aa1c6c99ad6' into master
Upgrade flatbuffers to the latest. It has been a while.
Change-Id: I6c56d742469591f31bd54243ec6d12c4cf397b26
Signed-off-by: Austin Schuh <austin.schuh@bluerivertech.com>
diff --git a/third_party/flatbuffers/reflection/reflection.fbs b/third_party/flatbuffers/reflection/reflection.fbs
index cc06959..51e5b63 100644
--- a/third_party/flatbuffers/reflection/reflection.fbs
+++ b/third_party/flatbuffers/reflection/reflection.fbs
@@ -37,6 +37,7 @@
index:int = -1 (id: 2); // If base_type == Object, index into "objects" below.
// If base_type == Union, UnionType, or integral derived
// from an enum, index into "enums" below.
+ // If base_type == Vector && element == Union or UnionType.
fixed_length:uint16 = 0 (id: 3); // Only if base_type == Array.
/// The size (octets) of the `base_type` field.
base_size:uint = 4 (id: 4); // 4 Is a common size due to offsets being that size.