Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderMeter.cpp
index 830bac1..e6d9e65 100644 (file)
@@ -70,14 +70,9 @@ void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logi
     computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
 }
 
-double RenderMeter::valueRatio() const
-{
-    return meterElement()->valueRatio();
-}
-
 void RenderMeter::updateFromElement()
 {
-    setShouldDoFullPaintInvalidation(true);
+    setShouldDoFullPaintInvalidation();
 }
 
 } // namespace blink