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

Unified Diff: Source/WebCore/platform/ScrollAnimator.cpp

Issue 7044088: Merge 88286 - 2011-06-07 Sailesh Agrawal <sail@chromium.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 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: Source/WebCore/platform/ScrollAnimator.cpp
===================================================================
--- Source/WebCore/platform/ScrollAnimator.cpp (revision 88458)
+++ Source/WebCore/platform/ScrollAnimator.cpp (working copy)
@@ -41,7 +41,7 @@
namespace WebCore {
-#if !ENABLE(SMOOTH_SCROLLING)
+#if !ENABLE(SMOOTH_SCROLLING) && !(PLATFORM(CHROMIUM) && OS(DARWIN))
PassOwnPtr<ScrollAnimator> ScrollAnimator::create(ScrollableArea* scrollableArea)
{
return adoptPtr(new ScrollAnimator(scrollableArea));
« no previous file with comments | « Source/WebCore/WebCore.gyp/WebCore.gyp ('k') | Source/WebCore/platform/chromium/ScrollAnimatorChromiumMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698