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

Unified Diff: Source/core/html/HTMLPlugInElement.cpp

Issue 423823004: Add support for SVG Clip paths in HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed LayoutTests and Aligned with review comments Created 6 years, 4 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
Index: Source/core/html/HTMLPlugInElement.cpp
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp
index bd5a5716d80bc7a3179017b09d8941eae844d460..3a4c488784791c6daa9ab123c580d71f0333d7b7 100644
--- a/Source/core/html/HTMLPlugInElement.cpp
+++ b/Source/core/html/HTMLPlugInElement.cpp
@@ -497,7 +497,7 @@ bool HTMLPlugInElement::loadPlugin(const KURL& url, const String& mimeType, cons
m_persistedPluginWidget = widget;
}
document().setContainsPlugins();
- scheduleSVGFilterLayerUpdateHack();
+ scheduleSVGEffectsLayerUpdateHack();
return true;
}

Powered by Google App Engine
This is Rietveld 408576698