Commit ea4265cc authored by eric@webkit.org's avatar eric@webkit.org

2010-01-31 Benjamin Poulain <benjamin.poulain@nokia.com>

        Reviewed by Eric Seidel.

        [Qt] Enable FAST_MOBILE_SCROLLING on Qt embedded platforms
        https://bugs.webkit.org/show_bug.cgi?id=34168

        Enable FAST_MOBILE_SCROLLING for Qt on Maemo 5, Linux embedded
        and Symbian

        * WebCore.pro:

git-svn-id: svn://svn.chromium.org/blink/trunk@54109 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 605c27d0
2010-01-31 Benjamin Poulain <benjamin.poulain@nokia.com>
Reviewed by Eric Seidel.
[Qt] Enable FAST_MOBILE_SCROLLING on Qt embedded platforms
https://bugs.webkit.org/show_bug.cgi?id=34168
Enable FAST_MOBILE_SCROLLING for Qt on Maemo 5, Linux embedded
and Symbian
* WebCore.pro:
2010-01-31 Yury Semikhatsky <yurys@chromium.org> 2010-01-31 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Pavel Feldman. Reviewed by Pavel Feldman.
......
...@@ -125,6 +125,10 @@ RESOURCES += \ ...@@ -125,6 +125,10 @@ RESOURCES += \
RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
} }
mameo5|symbian|embedded {
DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
}
include($$PWD/../JavaScriptCore/JavaScriptCore.pri) include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
# Disable HTML5 media compilation if phonon is unavailable # Disable HTML5 media compilation if phonon is unavailable
......
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