$iframe.hide();
$iframe.blur();
chrome.tabs.captureVisibleTab(null, {format: 'png'}, function (dataUrl) {
// Tell the tab we have the screenshot
sendMessageToCurrentTab('didTakeScreenshot', {
dataUrl: dataUrl
});
});
Possibly it just captures whatever the last drawn frame was, rather than drawing a new one, and your resizing/etc is just changing the timing enough?
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.