Bug 157747 - Use WTF::Optional for ScrollView's m_deferredScrollDelta / m_deferredScrollOffsets
Summary: Use WTF::Optional for ScrollView's m_deferredScrollDelta / m_deferredScrollOf...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-16 12:42 PDT by Chris Dumez
Modified: 2016-05-16 13:24 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.91 KB, patch)
2016-05-16 12:43 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-05-16 12:42:31 PDT
Use WTF::Optional for ScrollView's m_deferredScrollDelta / m_deferredScrollOffsets instead of std::unique_ptr as it is more suited for this purpose.
Comment 1 Chris Dumez 2016-05-16 12:43:29 PDT
Created attachment 279036 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-16 13:23:56 PDT
Comment on attachment 279036 [details]
Patch

Clearing flags on attachment: 279036

Committed r200963: <http://trac.webkit.org/changeset/200963>
Comment 3 WebKit Commit Bot 2016-05-16 13:24:01 PDT
All reviewed patches have been landed.  Closing bug.