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

Unified Diff: core/fpdfapi/font/fpdf_font_cid.cpp

Issue 2640143003: Update safe numerics package to get bitwise ops (Closed)
Patch Set: 0 is a perfectly fine value of zero Created 3 years, 11 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
Index: core/fpdfapi/font/fpdf_font_cid.cpp
diff --git a/core/fpdfapi/font/fpdf_font_cid.cpp b/core/fpdfapi/font/fpdf_font_cid.cpp
index 386eec334a1e11831fef8864755fd7a39fef7bb8..afb186d0706b736829b388da7aac6dee6a3e4dc3 100644
--- a/core/fpdfapi/font/fpdf_font_cid.cpp
+++ b/core/fpdfapi/font/fpdf_font_cid.cpp
@@ -18,6 +18,7 @@
#include "core/fpdfapi/parser/cpdf_simple_parser.h"
#include "core/fxcrt/fx_ext.h"
#include "core/fxge/fx_freetype.h"
+#include "third_party/base/logging.h"
dsinclair 2017/01/23 14:46:33 What is this for?
jschuh 2017/01/23 17:05:19 I removed all dependencies on base/logging.h from
Tom Sepez 2017/01/23 18:19:13 Exactly, there's an invocation of NOTREACHED() at
#include "third_party/base/stl_util.h"
namespace {
« no previous file with comments | « no previous file | core/fpdfapi/page/cpdf_psengine.h » ('j') | core/fpdfapi/parser/cpdf_indirect_object_holder.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698