<http://trac.webkit.org/changeset/148274> completely broke rendering in the browser. The view stays grey and the browser is unusable. That patch defined a new "didChangeViewportAttributes" callback but forgot to hook it up in the view client. Patch is on the way.
Created attachment 198006 [details] Patch
Comment on attachment 198006 [details] Patch Clearing flags on attachment: 198006 Committed r148407: <http://trac.webkit.org/changeset/148407>
All reviewed patches have been landed. Closing bug.
(In reply to comment #0) > <http://trac.webkit.org/changeset/148274> completely broke rendering in the browser. The view stays grey and the browser is unusable. > > That patch defined a new "didChangeViewportAttributes" callback but forgot to hook it up in the view client. > Ahh, I lost it while rebasing :( Thanks Chris for fixing.