Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / ScrollAlignment.cpp
index 433a086..0244489 100644 (file)
@@ -46,7 +46,7 @@
 
 #include "platform/geometry/LayoutRect.h"
 
-namespace WebCore {
+namespace blink {
 
 const ScrollAlignment ScrollAlignment::alignCenterIfNeeded = { ScrollAlignmentNoScroll, ScrollAlignmentCenter, ScrollAlignmentClosestEdge };
 const ScrollAlignment ScrollAlignment::alignToEdgeIfNeeded = { ScrollAlignmentNoScroll, ScrollAlignmentClosestEdge, ScrollAlignmentClosestEdge };
@@ -143,4 +143,4 @@ LayoutRect ScrollAlignment::getRectToExpose(const LayoutRect& visibleRect, const
     return LayoutRect(LayoutPoint(x, y), visibleRect.size());
 }
 
-}; // namespace WebCore
+}; // namespace blink