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

Unified Diff: Source/platform/geometry/RoundedRect.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/RegionTest.cpp ('k') | Source/platform/geometry/RoundedRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/RoundedRect.h
diff --git a/Source/platform/geometry/RoundedRect.h b/Source/platform/geometry/RoundedRect.h
index c8a79c43619ec8602e06d3e4bb86225c61389f67..b8bb2aee9154b384f13ccbd63a896cd6d04839fa 100644
--- a/Source/platform/geometry/RoundedRect.h
+++ b/Source/platform/geometry/RoundedRect.h
@@ -30,7 +30,7 @@
#include "platform/geometry/FloatQuad.h"
#include "platform/geometry/IntRect.h"
-namespace WebCore {
+namespace blink {
// This class is used to represent rectangles with rounded corners. It is only
// used for painting. It uses integer units because using layout units leads to
@@ -127,6 +127,6 @@ inline bool operator==(const RoundedRect& a, const RoundedRect& b)
}
-} // namespace WebCore
+} // namespace blink
#endif // RoundedRect_h
« no previous file with comments | « Source/platform/geometry/RegionTest.cpp ('k') | Source/platform/geometry/RoundedRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698