Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderEmbeddedObject.cpp
index 8e2f8fb..9dac195 100644 (file)
@@ -175,7 +175,7 @@ bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumul
     if (!settings)
         return false;
     fontDescription.setComputedSize(fontDescription.specifiedSize());
-    font = Font(fontDescription, 0, 0);
+    font = Font(fontDescription);
     font.update(0);
 
     run = TextRun(m_unavailablePluginReplacementText);