Index: ui/base/resource/data_pack_literal.cc |
diff --git a/ui/base/resource/data_pack_literal.cc b/ui/base/resource/data_pack_literal.cc |
index 0b3855f3a99c95f50814458031f6e2e05d53e6d8..672e55257eb4b88c713b99379362048932042ff2 100644 |
--- a/ui/base/resource/data_pack_literal.cc |
+++ b/ui/base/resource/data_pack_literal.cc |
@@ -51,7 +51,8 @@ extern const size_t kSamplePakSize2x = sizeof(kSamplePakContents2x); |
extern const char kEmptyPakContents[] = { |
0x04, 0x00, 0x00, 0x00, // header(version |
0x00, 0x00, 0x00, 0x00, // no. entries |
- 0x01 |
+ 0x01, // encoding) |
+ 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00 // extra entry for the size of last |
}; |
extern const size_t kEmptyPakSize = sizeof(kEmptyPakContents); |