Commit 6051939d authored by thakis@chromium.org's avatar thakis@chromium.org

[chromium/mac] Enable smooth scrolling

https://bugs.webkit.org/show_bug.cgi?id=66418

Reviewed by Dimitri Glazkov.

* features.gypi:


git-svn-id: svn://svn.chromium.org/blink/trunk@93294 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent fa7efe15
2011-08-18 Nico Weber <thakis@chromium.org>
[chromium/mac] Enable smooth scrolling
https://bugs.webkit.org/show_bug.cgi?id=66418
Reviewed by Dimitri Glazkov.
* features.gypi:
2011-08-17 Scott Byer <scottbyer@chromium.org> 2011-08-17 Scott Byer <scottbyer@chromium.org>
ScrollAnimatorNone: Remove unused field ScrollAnimatorNone: Remove unused field
......
...@@ -154,6 +154,8 @@ ...@@ -154,6 +154,8 @@
['OS=="mac"', { ['OS=="mac"', {
'feature_defines': [ 'feature_defines': [
'ENABLE_RUBBER_BANDING=1', 'ENABLE_RUBBER_BANDING=1',
# Unconditionally enable smooth scrolling on mac.
'ENABLE_SMOOTH_SCROLLING=1',
'WTF_USE_SKIA_ON_MAC_CHROMIUM=<(use_skia)', 'WTF_USE_SKIA_ON_MAC_CHROMIUM=<(use_skia)',
], ],
}], }],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment