X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fsvg%2Fgraphics%2Ffilters%2FSVGFilter.h;h=e792f2071baff5a20f8ab935ef2a446cf0003856;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f461311b916d13d9f8f4575cf4c855c47bdd5e93;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilter.h b/src/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilter.h index f461311..e792f20 100644 --- a/src/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilter.h +++ b/src/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilter.h @@ -30,7 +30,7 @@ #include "wtf/RefCounted.h" #include "wtf/RefPtr.h" -namespace WebCore { +namespace blink { class SVGFilter FINAL : public Filter { public: @@ -51,6 +51,6 @@ private: bool m_effectBBoxMode; }; -} // namespace WebCore +} // namespace blink #endif // SVGFilter_h