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

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

Issue 10633026: Merge 120629 - [chromium/mac] Unbreak smooth scrolling. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
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
« no previous file with comments | « Tools/ChangeLog ('k') | Tools/TestWebKitAPI/mac/InjectedBundleControllerMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/DumpRenderTree/mac/DumpRenderTree.mm
===================================================================
--- Tools/DumpRenderTree/mac/DumpRenderTree.mm (revision 120989)
+++ Tools/DumpRenderTree/mac/DumpRenderTree.mm (working copy)
@@ -590,7 +590,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 | « Tools/ChangeLog ('k') | Tools/TestWebKitAPI/mac/InjectedBundleControllerMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698