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

Unified Diff: Tools/DumpRenderTree/mac/DumpRenderTree.mm

Issue 10572004: Merge 120629 - [chromium/mac] Unbreak smooth scrolling. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Patch Set: Created 8 years, 6 months 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
Index: Tools/DumpRenderTree/mac/DumpRenderTree.mm
===================================================================
--- Tools/DumpRenderTree/mac/DumpRenderTree.mm (revision 120629)
+++ Tools/DumpRenderTree/mac/DumpRenderTree.mm (working copy)
@@ -589,7 +589,7 @@
#endif
-#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
+#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION) && !PLATFORM(CHROMIUM)
[defaults setBool:NO forKey:@"NSScrollAnimationEnabled"];
#else
[defaults setBool:NO forKey:@"AppleScrollAnimationEnabled"];
« no previous file with comments | « Source/WebCore/platform/mac/ScrollAnimatorMac.mm ('k') | Tools/TestWebKitAPI/mac/InjectedBundleControllerMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698