Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / svg / RenderSVGRect.h
index afc65e3..8675f11 100644 (file)
@@ -31,7 +31,7 @@
 #include "core/rendering/svg/RenderSVGPath.h"
 #include "core/svg/SVGRectElement.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderSVGRect FINAL : public RenderSVGShape {
 public:
@@ -42,7 +42,7 @@ private:
     virtual const char* renderName() const OVERRIDE { return "RenderSVGRect"; }
 
     virtual void updateShapeFromElement() OVERRIDE;
-    virtual bool isEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isEmpty() : m_fillBoundingBox.isEmpty(); }
+    virtual bool isShapeEmpty() const OVERRIDE { return m_usePathFallback ? RenderSVGShape::isShapeEmpty() : m_fillBoundingBox.isEmpty(); }
     virtual void fillShape(GraphicsContext*) const OVERRIDE;
     virtual void strokeShape(GraphicsContext*) const OVERRIDE;
     virtual bool shapeDependentStrokeContains(const FloatPoint&) OVERRIDE;