Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: Source/platform/geometry/FloatSize.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/geometry/FloatRoundedRectTest.cpp ('k') | Source/platform/geometry/FloatSize.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/geometry/FloatRoundedRectTest.cpp ('k') | Source/platform/geometry/FloatSize.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698