| Index: Source/platform/geometry/FloatSize.h
|
| diff --git a/Source/platform/geometry/FloatSize.h b/Source/platform/geometry/FloatSize.h
|
| index da6fc8d1c450bb55b48b86de4b1c52632ae8b950..1d73c75d5ac9bd0b66ac1289fdb46fef8c631960 100644
|
| --- a/Source/platform/geometry/FloatSize.h
|
| +++ b/Source/platform/geometry/FloatSize.h
|
| @@ -39,7 +39,7 @@ typedef struct CGSize CGSize;
|
| #endif
|
| #endif
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class IntSize;
|
| class LayoutSize;
|
| @@ -194,6 +194,6 @@ inline IntPoint flooredIntPoint(const FloatSize& p)
|
| return IntPoint(clampToInteger(floorf(p.width())), clampToInteger(floorf(p.height())));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FloatSize_h
|
|
|