 Chromium Code Reviews
 Chromium Code Reviews Issue 98703002:
  Fix compilation with SK_ENABLE_INST_COUNT=1  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk
    
  
    Issue 98703002:
  Fix compilation with SK_ENABLE_INST_COUNT=1  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk| 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); | 
| } |