Title: [94786] trunk/Source/WebKit/chromium
Revision
94786
Author
[email protected]
Date
2011-09-08 13:03:54 -0700 (Thu, 08 Sep 2011)

Log Message

Compile in ScrollAnimator for Chromium on all platforms by default.
https://bugs.webkit.org/show_bug.cgi?id=67650

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

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (94785 => 94786)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-09-08 19:58:32 UTC (rev 94785)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-09-08 20:03:54 UTC (rev 94786)
@@ -1,3 +1,12 @@
+2011-09-08  Scott Byer  <[email protected]>
+
+        Compile in ScrollAnimator for Chromium on all platforms by default.
+        https://bugs.webkit.org/show_bug.cgi?id=67650
+
+        Reviewed by Adam Barth.
+
+        * features.gypi:
+
 2011-09-07  Adam Barth  <[email protected]>
 
         FrameLoader::addExtraFieldsToRequest can crash when called from or after FrameLoader::detachFromParent

Modified: trunk/Source/WebKit/chromium/features.gypi (94785 => 94786)


--- trunk/Source/WebKit/chromium/features.gypi	2011-09-08 19:58:32 UTC (rev 94785)
+++ trunk/Source/WebKit/chromium/features.gypi	2011-09-08 20:03:54 UTC (rev 94786)
@@ -76,6 +76,7 @@
       'ENABLE_SANDBOX=1',
       'ENABLE_SHARED_WORKERS=1',
       'ENABLE_SKIA_GPU=<(use_skia_gpu)',
+      'ENABLE_SMOOTH_SCROLLING=1',
       'ENABLE_SVG=<(enable_svg)',
       'ENABLE_SVG_ANIMATION=<(enable_svg)',
       'ENABLE_SVG_AS_IMAGE=<(enable_svg)',
@@ -111,14 +112,12 @@
       'use_skia_gpu%': 0,
       'use_skia%': 0,
       'enable_touch_icon_loading%' : 0,
-      'enable_smooth_scrolling%': 0,
       'enable_css3_flexbox%': 0,
     },
     'use_accelerated_compositing%': '<(use_accelerated_compositing)',
     'use_threaded_compositing%': '<(use_threaded_compositing)',
     'enable_svg%': '<(enable_svg)',
     'enable_touch_events%': '<(enable_touch_events)',
-    'enable_smooth_scrolling%': '<(enable_smooth_scrolling)',
     'use_skia%': '<(use_skia)',
     'conditions': [
       ['use_accelerated_compositing==1', {
@@ -158,11 +157,6 @@
           'WTF_USE_SKIA_ON_MAC_CHROMIUM=<(use_skia)',
         ],
       }],
-      ['enable_smooth_scrolling==1', {
-        'feature_defines': [
-          'ENABLE_SMOOTH_SCROLLING=1',
-        ],
-      }],
       ['enable_css3_flexbox==1', {
         'feature_defines': [
           'ENABLE_CSS3_FLEXBOX=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to