Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / geometry / LayoutRect.h
index bc91d2a..1f6dc61 100644 (file)
@@ -36,7 +36,7 @@
 #include "platform/geometry/LayoutPoint.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class FloatRect;
 
@@ -230,6 +230,6 @@ inline IntRect pixelSnappedIntRect(LayoutPoint location, LayoutSize size)
     return IntRect(roundedIntPoint(location), pixelSnappedIntSize(size, location));
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // LayoutRect_h