Chromium Code Reviews| Index: include/core/SkMath.h | 
| diff --git a/include/core/SkMath.h b/include/core/SkMath.h | 
| index e5069592d003b30d640bbd5eae9162ecbea16f64..abb685f6daa36b26b102894305e4d012587ca2b3 100644 | 
| --- a/include/core/SkMath.h | 
| +++ b/include/core/SkMath.h | 
| @@ -72,7 +72,7 @@ int32_t SkSqrtBits(int32_t value, int bitBias); | 
| int SkCLZ_portable(uint32_t); | 
| #ifndef SkCLZ | 
| - #if defined(_MSC_VER) && _MSC_VER >= 1400 | 
| + #if defined(_MSC_VER) | 
| #include <intrin.h> | 
| static inline int SkCLZ(uint32_t mask) { |