Index: Source/core/html/HTMLPlugInElement.cpp |
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp |
index ef7e5870086c20494b7cc1c48cddeaf0b9deda0b..cde57a859cdcdc7988fd99d701bf3571e05cf17c 100644 |
--- a/Source/core/html/HTMLPlugInElement.cpp |
+++ b/Source/core/html/HTMLPlugInElement.cpp |
@@ -556,7 +556,8 @@ bool HTMLPlugInElement::loadPlugin(const KURL& url, const String& mimeType, cons |
} |
setPlaceholder(nullptr); |
document().setContainsPlugins(); |
- scheduleSVGFilterLayerUpdateHack(); |
+ // TODO(esprehn): WebPluginContainerImpl::setWebLayer also schedules a compositing update, do we need both? |
+ setNeedsCompositingUpdate(); |
// Make sure any input event handlers introduced by the plugin are taken into account. |
if (Page* page = document().frame()->page()) { |
if (ScrollingCoordinator* scrollingCoordinator = page->scrollingCoordinator()) |