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

Unified Diff: src/text/SkTextLayout.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
« no previous file with comments | « src/pdf/SkPDFTypes.cpp ('k') | src/utils/SkBoundaryPatch.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/text/SkTextLayout.cpp
diff --git a/src/text/SkTextLayout.cpp b/src/text/SkTextLayout.cpp
index 4e531cf21d1de4cb4fa89e028f7d28395145857c..6f8bca562abb9b18e57e6571580471afbb14a3af 100644
--- a/src/text/SkTextLayout.cpp
+++ b/src/text/SkTextLayout.cpp
@@ -7,8 +7,6 @@
*/
#include "SkTextLayout.h"
-SK_DEFINE_INST_COUNT(SkTextStyle)
-
SkTextStyle::SkTextStyle() {
fPaint.setAntiAlias(true);
}
« no previous file with comments | « src/pdf/SkPDFTypes.cpp ('k') | src/utils/SkBoundaryPatch.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698