Plugin Power Saver: Add UI Overlay to throttled plugin using placeholder.
This patch enables the following flow for throttled plugins:
1. Place real plugin on page, preroll for a few seconds until a keyframe is extracted.
2. On throttle, replace the plugin with a PluginPlaceholder. Set the extracted keyframe as the poster. Meanwhile, the real plugin is hidden, throttled, but still alive.
3. On clicking the placeholder, replace the placeholder with the original throttled plugin.
BUG=
443810,
403800
Committed:
https://crrev.com/bde09712d6009e38b8c88316237d0736595814f7
Cr-Commit-Position: refs/heads/master@{#314724}