Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderOverflow.h
index 2860b7c..5681fa7 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "platform/geometry/LayoutRect.h"
 
-namespace WebCore
+namespace blink
 {
 // RenderOverflow is a class for tracking content that spills out of a box.  This class is used by RenderBox and
 // InlineFlowBox.
@@ -110,6 +110,6 @@ inline void RenderOverflow::setVisualOverflow(const LayoutRect& rect)
     m_visualOverflow = rect;
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RenderOverflow_h