Title: [94118] trunk/Source/WebCore
Revision
94118
Author
[email protected]
Date
2011-08-30 15:39:14 -0700 (Tue, 30 Aug 2011)

Log Message

Switch chromium to use ScrollAnimatorNone on Windows.
https://bugs.webkit.org/show_bug.cgi?id=67000

Patch by Scott Byer <[email protected]> on 2011-08-30
Reviewed by Adam Barth.

Testing covered by Chromium webkit_unit_tests ScrollAnimatorNoneTest.*

* WebCore.gyp/WebCore.gyp:
* WebCore.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (94117 => 94118)


--- trunk/Source/WebCore/ChangeLog	2011-08-30 22:33:43 UTC (rev 94117)
+++ trunk/Source/WebCore/ChangeLog	2011-08-30 22:39:14 UTC (rev 94118)
@@ -1,3 +1,15 @@
+2011-08-30  Scott Byer  <[email protected]>
+
+        Switch chromium to use ScrollAnimatorNone on Windows.
+        https://bugs.webkit.org/show_bug.cgi?id=67000
+
+        Reviewed by Adam Barth.
+
+        Testing covered by Chromium webkit_unit_tests ScrollAnimatorNoneTest.*
+
+        * WebCore.gyp/WebCore.gyp:
+        * WebCore.gypi:
+
 2011-08-30  Tony Chang  <[email protected]>
 
         refactor and cleanup RenderFlexibleBox

Modified: trunk/Source/WebCore/WebCore.gyp/WebCore.gyp (94117 => 94118)


--- trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-08-30 22:33:43 UTC (rev 94117)
+++ trunk/Source/WebCore/WebCore.gyp/WebCore.gyp	2011-08-30 22:39:14 UTC (rev 94118)
@@ -1736,8 +1736,6 @@
           'sources/': [
             ['exclude', 'Posix\\.cpp$'],
             ['include', '/opentype/'],
-            ['include', '/ScrollAnimatorWin\\.cpp$'],
-            ['include', '/ScrollAnimatorWin\\.h$'],
             ['include', '/SkiaFontWin\\.cpp$'],
             ['include', '/TransparencyWin\\.cpp$'],
           ],

Modified: trunk/Source/WebCore/WebCore.gypi (94117 => 94118)


--- trunk/Source/WebCore/WebCore.gypi	2011-08-30 22:33:43 UTC (rev 94117)
+++ trunk/Source/WebCore/WebCore.gypi	2011-08-30 22:39:14 UTC (rev 94118)
@@ -3044,8 +3044,6 @@
             'platform/ScrollAnimator.h',
             'platform/ScrollAnimatorNone.cpp',
             'platform/ScrollAnimatorNone.h',
-            'platform/ScrollAnimatorWin.cpp',
-            'platform/ScrollAnimatorWin.h',
             'platform/ScrollView.cpp',
             'platform/ScrollableArea.cpp',
             'platform/Scrollbar.cpp',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to