RESOLVED FIXED 60227
Add bundle API for making a page paint as the background of another page
https://bugs.webkit.org/show_bug.cgi?id=60227
Summary Add bundle API for making a page paint as the background of another page
Anders Carlsson
Reported 2011-05-04 16:25:59 PDT
Add bundle API for making a page paint as the background of another page
Attachments
Patch (4.71 KB, patch)
2011-05-04 16:29 PDT, Anders Carlsson
darin: review+
Anders Carlsson
Comment 1 2011-05-04 16:29:07 PDT
Darin Adler
Comment 2 2011-05-04 16:35:12 PDT
Comment on attachment 92343 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=92343&action=review > Source/WebKit2/WebProcess/WebPage/WebPage.cpp:587 > + if (m_underlayPage && m_underlayPage->mainFrame()->coreFrame()->view()) > + m_underlayPage->mainFrame()->coreFrame()->view()->updateLayoutAndStyleIfNeededRecursive(); That’s a long common subexpression. Maybe use a local variable?
Anders Carlsson
Comment 3 2011-05-04 16:42:06 PDT
Note You need to log in before you can comment on or make changes to this bug.