Throttle sending of SetSize messages
Created attachment 79445 [details] Patch
Comment on attachment 79445 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79445&action=review > Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:113 > + // FIXME: Send a new SetSize message if needed. Is it really OK to land without this?
(In reply to comment #2) > (From update of attachment 79445 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=79445&action=review > > > Source/WebKit2/UIProcess/DrawingAreaProxyImpl.cpp:113 > > + // FIXME: Send a new SetSize message if needed. > > Is it really OK to land without this? The new drawing area is currently opt-in by setting an environment variable so yes.
Committed r76139: <http://trac.webkit.org/changeset/76139>