| Index: Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm
|
| ===================================================================
|
| --- Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm (revision 120989)
|
| +++ Tools/WebKitTestRunner/InjectedBundle/mac/InjectedBundleMac.mm (working copy)
|
| @@ -34,7 +34,7 @@
|
| NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:
|
| [NSNumber numberWithInteger:4], @"AppleAntiAliasingThreshold",
|
| [NSNumber numberWithInteger:0], @"AppleFontSmoothing",
|
| -#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
|
| +#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) && !PLATFORM(CHROMIUM)
|
| [NSNumber numberWithBool:NO], @"NSScrollAnimationEnabled",
|
| #else
|
| [NSNumber numberWithBool:NO], @"AppleScrollAnimationEnabled",
|
|
|