X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Frendering%2Fsvg%2FRenderSVGShape.h;h=25eb7cb80399b4ff9bff3ce77c885d6f3921c217;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=ebfd67fd0497a8bbf614a2f663eba93636496382;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGShape.h b/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGShape.h index ebfd67f..25eb7cb 100644 --- a/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGShape.h +++ b/src/third_party/WebKit/Source/core/rendering/svg/RenderSVGShape.h @@ -91,7 +91,7 @@ private: virtual void layout() OVERRIDE FINAL; virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL; - virtual void addFocusRingRects(Vector&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) const OVERRIDE FINAL; + virtual void addFocusRingRects(Vector&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const OVERRIDE FINAL; virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE FINAL;