Force layout and invalidation for new plugin content
Correct paint invalidation was not occurring for the plugin placeholder content in Chromium when WebPluginContainer paint invalidation is delayed until the paint invalidation phase of the document lifecycle. Here we set the needs layout and needs full paint invalidation flags so that layout is re-done on the plugin content at the next opportunity. Depends on Blink review https://codereview.chromium.org/1056893003 R=tommycli BUG=472348 Review URL: https://codereview.chromium.org/1056643002 Cr-Commit-Position: refs/heads/master@{#324127}
Showing
Please register or sign in to comment