| Index: mojo/public/cpp/bindings/native_struct.h
|
| diff --git a/mojo/public/cpp/bindings/native_struct.h b/mojo/public/cpp/bindings/native_struct.h
|
| index 882c970ce250729ac018a6768550ab01f6a63e3f..95a29c6280ded7a64dae4b43700ba5f343b00f57 100644
|
| --- a/mojo/public/cpp/bindings/native_struct.h
|
| +++ b/mojo/public/cpp/bindings/native_struct.h
|
| @@ -38,6 +38,7 @@ class NativeStruct {
|
|
|
| NativeStructPtr Clone() const;
|
| bool Equals(const NativeStruct& other) const;
|
| + size_t Hash(size_t seed) const;
|
|
|
| Array<uint8_t> data;
|
| };
|
|
|