Changeset 94786 in webkit


Ignore:
Timestamp:
Sep 8, 2011 1:03:54 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Scott Byer <scottbyer@chromium.org> on 2011-09-08
Reviewed by Adam Barth.

  • features.gypi:
Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r94721 r94786  
     12011-09-08  Scott Byer  <scottbyer@chromium.org>
     2
     3        Compile in ScrollAnimator for Chromium on all platforms by default.
     4        https://bugs.webkit.org/show_bug.cgi?id=67650
     5
     6        Reviewed by Adam Barth.
     7
     8        * features.gypi:
     9
    1102011-09-07  Adam Barth  <abarth@webkit.org>
    211
  • trunk/Source/WebKit/chromium/features.gypi

    r93851 r94786  
    7777      'ENABLE_SHARED_WORKERS=1',
    7878      'ENABLE_SKIA_GPU=<(use_skia_gpu)',
     79      'ENABLE_SMOOTH_SCROLLING=1',
    7980      'ENABLE_SVG=<(enable_svg)',
    8081      'ENABLE_SVG_ANIMATION=<(enable_svg)',
     
    112113      'use_skia%': 0,
    113114      'enable_touch_icon_loading%' : 0,
    114       'enable_smooth_scrolling%': 0,
    115115      'enable_css3_flexbox%': 0,
    116116    },
     
    119119    'enable_svg%': '<(enable_svg)',
    120120    'enable_touch_events%': '<(enable_touch_events)',
    121     'enable_smooth_scrolling%': '<(enable_smooth_scrolling)',
    122121    'use_skia%': '<(use_skia)',
    123122    'conditions': [
     
    159158        ],
    160159      }],
    161       ['enable_smooth_scrolling==1', {
    162         'feature_defines': [
    163           'ENABLE_SMOOTH_SCROLLING=1',
    164         ],
    165       }],
    166160      ['enable_css3_flexbox==1', {
    167161        'feature_defines': [
Note: See TracChangeset for help on using the changeset viewer.