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

Unified Diff: skia/ext/SkTypeface_fake.cpp

Issue 1540963004: Switch to standard integer types in skia/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed some Created 5 years 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: skia/ext/SkTypeface_fake.cpp
diff --git a/skia/ext/SkTypeface_fake.cpp b/skia/ext/SkTypeface_fake.cpp
index dea36a1ff45c6b73eb1c65a01f835056668205a9..954b304a5f62135f8b7cd9141251a5dabe0be2f7 100644
--- a/skia/ext/SkTypeface_fake.cpp
+++ b/skia/ext/SkTypeface_fake.cpp
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stdint.h>
+
#include "SkTypeface.h"
// ===== Begin Chrome-specific definitions =====

Powered by Google App Engine
This is Rietveld 408576698