| Differences between
and this patch
- a/WebCore/ChangeLog +11 lines
Lines 1-3 a/WebCore/ChangeLog_sec1
1
2010-02-01  Benjamin Poulain  <benjamin.poulain@nokia.com>
2
3
        Reviewed by NOBODY (OOPS!).
4
5
        [Qt] Enable FAST_MOBILE_SCROLLING on Qt embedded platforms
6
        https://bugs.webkit.org/show_bug.cgi?id=34168
7
8
        Enable it for Windows CE
9
10
        * WebCore.pro:
11
1
2010-01-31  Kent Tamura  <tkent@chromium.org>
12
2010-01-31  Kent Tamura  <tkent@chromium.org>
2
13
3
        Unreviewed. Revert r54112 and r54124 because of Windows build error.
14
        Unreviewed. Revert r54112 and r54124 because of Windows build error.
- a/WebCore/WebCore.pro -1 / +1 lines
Lines 125-131 RESOURCES += \ a/WebCore/WebCore.pro_sec1
125
    RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
125
    RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
126
}
126
}
127
127
128
mameo5|symbian|embedded {
128
mameo5|symbian|embedded|wince* {
129
    DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
129
    DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
130
}
130
}
131
131

Return to Bug 34168