Bug 51215

Summary: [Qt] Only include ScrollAnimatorWin.h and compile ScrollAnimatorWin.cpp on Windows if ENABLE_SMOOTH_SCROLLING=1
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, kenneth, ossy, tonikitoo
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch tonikitoo: review+

Description Daniel Bates 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.
Comment 1 Daniel Bates 2010-12-16 15:04:47 PST
Created attachment 76815 [details]
Patch
Comment 2 Antonio Gomes 2010-12-16 15:10:00 PST
Comment on attachment 76815 [details]
Patch

r=me

r-'ed by mistake.
Comment 3 Daniel Bates 2010-12-16 15:17:55 PST
Committed r74217: <http://trac.webkit.org/changeset/74217>