RESOLVED FIXED Bug 51215
[Qt] Only include ScrollAnimatorWin.h and compile ScrollAnimatorWin.cpp on Windows if ENABLE_SMOOTH_SCROLLING=1
https://bugs.webkit.org/show_bug.cgi?id=51215
Summary [Qt] Only include ScrollAnimatorWin.h and compile ScrollAnimatorWin.cpp on Wi...
Daniel Bates
Reported 2010-12-16 14:54:21 PST
We should only include the header ScrollAnimatorWin.h and compile ScrollAnimatorWin.cpp when building under Windows/Windows CE with SMOOTH_SCROLLING enabled. This makes the conditional inclusion of these files consistent with how we conditionally include files for other optional features, such as SVG, DATABASE, and DOM_STORAGE.
Attachments
Patch (1.59 KB, patch)
2010-12-16 15:04 PST, Daniel Bates
tonikitoo: review+
Daniel Bates
Comment 1 2010-12-16 15:04:47 PST
Antonio Gomes
Comment 2 2010-12-16 15:10:00 PST
Comment on attachment 76815 [details] Patch r=me r-'ed by mistake.
Daniel Bates
Comment 3 2010-12-16 15:17:55 PST
Note You need to log in before you can comment on or make changes to this bug.