Set needsLayout on WebViewPlugin's container when initialized
A race condition is suspected in which the first setNeedsLayout call happens between a layout and a paint for a webview plugin. This change ensures that setNeedsLayout... is called on the plugin's container at initialization, which occurs during the correct document lifecycle position. TBR=bauerb@chromium.org,tommycli@chromium.org BUG=493375 Review URL: https://codereview.chromium.org/1244113003 Cr-Commit-Position: refs/heads/master@{#339763}
Showing
Please register or sign in to comment