X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fgeometry%2FLayoutRect.h;h=1f6dc6147daa8dc4ceb59abb5661acb9d0318c21;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=bc91d2aeff6e9872891ea8f18479925600dcfd54;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/geometry/LayoutRect.h b/src/third_party/WebKit/Source/platform/geometry/LayoutRect.h index bc91d2a..1f6dc61 100644 --- a/src/third_party/WebKit/Source/platform/geometry/LayoutRect.h +++ b/src/third_party/WebKit/Source/platform/geometry/LayoutRect.h @@ -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