[webkit-reviews] review granted: [Bug 125803] Add layer hosting mode to ViewState : [Attachment 219355] Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 16 17:18:20 PST 2013


Anders Carlsson <andersca at apple.com> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 125803: Add layer hosting mode to ViewState
https://bugs.webkit.org/show_bug.cgi?id=125803

Attachment 219355: Fix
https://bugs.webkit.org/attachment.cgi?id=219355&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=219355&action=review


> Source/WebKit2/WebProcess/WebPage/WebPage.cpp:3052
> +    for (HashSet<PluginView*>::const_iterator it = m_pluginViews.begin(),
end = m_pluginViews.end(); it != end; ++it)
> +	   (*it)->setLayerHostingMode(layerHostingMode);

This can be a range-based for loop.


More information about the webkit-reviews mailing list