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

Unified Diff: src/ports/SkFontConfigInterface_android.cpp

Issue 98703002: Fix compilation with SK_ENABLE_INST_COUNT=1 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 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: src/ports/SkFontConfigInterface_android.cpp
diff --git a/src/ports/SkFontConfigInterface_android.cpp b/src/ports/SkFontConfigInterface_android.cpp
index 6f9ed3a93b46bbf1987c7265cd2fbeb6d4bd2177..d9d663903ecc64ebf76f180e9ed7dffe99eb0f2b 100644
--- a/src/ports/SkFontConfigInterface_android.cpp
+++ b/src/ports/SkFontConfigInterface_android.cpp
@@ -35,6 +35,8 @@
#define DEBUG_FONT(args)
#endif
+SK_DEFINE_INST_COUNT(SkFontConfigInterface)
+
///////////////////////////////////////////////////////////////////////////////
// For test only.

Powered by Google App Engine
This is Rietveld 408576698