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

Unified Diff: Source/platform/geometry/LayoutRect.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/LayoutPoint.h ('k') | Source/platform/geometry/LayoutRect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/geometry/LayoutRect.h
diff --git a/Source/platform/geometry/LayoutRect.h b/Source/platform/geometry/LayoutRect.h
index bc91d2aeff6e9872891ea8f18479925600dcfd54..1f6dc6147daa8dc4ceb59abb5661acb9d0318c21 100644
--- a/Source/platform/geometry/LayoutRect.h
+++ b/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
« no previous file with comments | « Source/platform/geometry/LayoutPoint.h ('k') | Source/platform/geometry/LayoutRect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698