[Qt] Delay viewport position, scale and contents size updates until tiles are rendered
Created attachment 165982 [details] Patch
Comment on attachment 165982 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=165982&action=review Seems sane > Source/WebKit2/ChangeLog:20 > + Since many of these updates happen during page load, all producing an itterative adjustment itte??? > Source/WebKit2/UIProcess/PageViewportController.cpp:131 > + // avoid offseting our deferred position by scaling at the viewport center. offseting??? > Source/WebKit2/UIProcess/PageViewportController.cpp:132 > + // All position and scale change resulting from a web process event should changes*
Committed r130030: <http://trac.webkit.org/changeset/130030>