Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/woff2/src/port.h

Issue 1873123002: Update woff2 to 4e698b8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: assert.h Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/woff2/src/glyph.cc ('k') | third_party/woff2/src/store_bytes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/woff2/src/port.h
diff --git a/third_party/woff2/src/port.h b/third_party/woff2/src/port.h
index 4906fbcc4665e3222572affcdbe8cf50d2bf14dd..bac47a93a612ce4f7053a461381f0d9ed60b7712 100644
--- a/third_party/woff2/src/port.h
+++ b/third_party/woff2/src/port.h
@@ -17,6 +17,8 @@
#ifndef WOFF2_PORT_H_
#define WOFF2_PORT_H_
+#include <assert.h>
Takashi Toyoshima 2016/04/12 07:22:22 This is a local patch.
+
namespace woff2 {
typedef unsigned int uint32;
« no previous file with comments | « third_party/woff2/src/glyph.cc ('k') | third_party/woff2/src/store_bytes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698