Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2032)

Unified Diff: Source/web/WebPluginContainerImpl.cpp

Issue 316373005: Psuedo revert "s/scheduleLayerUpdate/setNeedsCompositingUpdate in setWebLayer." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebPluginContainerImpl.cpp
diff --git a/Source/web/WebPluginContainerImpl.cpp b/Source/web/WebPluginContainerImpl.cpp
index 1f4f4d1b76c5184b92dda7e2b2763f2e4756358c..345eff5e97447b5ef2ed7a8101f562e9aa2d1248 100644
--- a/Source/web/WebPluginContainerImpl.cpp
+++ b/Source/web/WebPluginContainerImpl.cpp
@@ -291,7 +291,7 @@ void WebPluginContainerImpl::setWebLayer(WebLayer* layer)
// If anyone of the layers is null we need to switch between hardware
// and software compositing.
if (!m_webLayer || !layer)
- m_element->setNeedsCompositingUpdate();
+ m_element->scheduleSVGFilterLayerUpdateHack();
if (m_webLayer)
GraphicsLayer::unregisterContentsLayer(m_webLayer);
if (layer)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698