[iOS][WK2] Compute a good exposed rect when scaling WKContentView
Created attachment 227825 [details] Patch
Comment on attachment 227825 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227825&action=review > Source/WebKit2/ChangeLog:10 > + zoom is transitory and is not as predictable as scrolling, so this patch just do very do -> does > Source/WebKit2/Shared/VisibleContentRectUpdateInfo.h:68 > + double timestamp() const { return m_timestamp; } std::chrono everywhere?
Created attachment 227982 [details] Patch
Committed r166380: <http://trac.webkit.org/changeset/166380>