X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Frendering%2FRenderDeprecatedFlexibleBox.h;h=91ba298e7b89ac26c02fb75758ca01eec2b23fc9;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=8094d04d31ee2ae12b16f2551fae7e719b86ee83;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/rendering/RenderDeprecatedFlexibleBox.h b/src/third_party/WebKit/Source/core/rendering/RenderDeprecatedFlexibleBox.h index 8094d04..91ba298 100644 --- a/src/third_party/WebKit/Source/core/rendering/RenderDeprecatedFlexibleBox.h +++ b/src/third_party/WebKit/Source/core/rendering/RenderDeprecatedFlexibleBox.h @@ -46,7 +46,7 @@ public: virtual bool avoidsFloats() const OVERRIDE { return true; } virtual bool isDeprecatedFlexibleBox() const OVERRIDE { return true; } - virtual bool isStretchingChildren() const OVERRIDE { return m_stretchingChildren; } + bool isStretchingChildren() const { return m_stretchingChildren; } virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; } void placeChild(RenderBox* child, const LayoutPoint& location); @@ -70,6 +70,8 @@ private: void clearLineClamp(); }; +DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderDeprecatedFlexibleBox, isDeprecatedFlexibleBox()); + } // namespace WebCore #endif // RenderDeprecatedFlexibleBox_h