Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderLayerFilterInfo.cpp
index 29b082d..93739e2 100644 (file)
@@ -109,7 +109,7 @@ void RenderLayerFilterInfo::notifyFinished(Resource*)
     // even happen if this element is style sharing and RenderObject::setStyle() returns early.
     // Filters need to find a better way to hook into the system.
     toElement(renderer->node())->scheduleSVGFilterLayerUpdateHack();
-    renderer->setShouldDoFullPaintInvalidation(true);
+    renderer->setShouldDoFullPaintInvalidation();
 }
 
 void RenderLayerFilterInfo::updateReferenceFilterClients(const FilterOperations& operations)