 Chromium Code Reviews
 Chromium Code Reviews Issue 26167002:
  Make skia almost compile again with clang.  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk
    
  
    Issue 26167002:
  Make skia almost compile again with clang.  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk| Index: src/core/SkMatrix.cpp | 
| diff --git a/src/core/SkMatrix.cpp b/src/core/SkMatrix.cpp | 
| index ff24ecfb03bacdae66b50cd557adb398021acaaf..3a5ab622197694edfa89358ee3187b1ccff07042 100644 | 
| --- a/src/core/SkMatrix.cpp | 
| +++ b/src/core/SkMatrix.cpp | 
| @@ -47,7 +47,6 @@ enum { | 
| #ifdef SK_SCALAR_IS_FLOAT | 
| static const int32_t kScalar1Int = 0x3f800000; | 
| - static const int32_t kPersp1Int = 0x3f800000; | 
| #else | 
| #define scalarAsInt(x) (x) | 
| static const int32_t kScalar1Int = (1 << 16); |