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

Unified Diff: Source/platform/scroll/ScrollAnimator.cpp

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/scroll/ScrollAnimator.h ('k') | Source/platform/scroll/ScrollAnimatorNone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollAnimator.cpp
diff --git a/Source/platform/scroll/ScrollAnimator.cpp b/Source/platform/scroll/ScrollAnimator.cpp
index 53d72d2905e374f8b5fbcc9078757223cc475e2b..a83ac104d048e7663ecf74a1ec153ca341fad4f9 100644
--- a/Source/platform/scroll/ScrollAnimator.cpp
+++ b/Source/platform/scroll/ScrollAnimator.cpp
@@ -38,7 +38,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
ScrollAnimator::ScrollAnimator(ScrollableArea* scrollableArea)
: m_scrollableArea(scrollableArea)
@@ -145,4 +145,4 @@ float ScrollAnimator::clampScrollPosition(ScrollbarOrientation orientation, floa
return std::max(std::min(pos, maxScrollPos), minScrollPos);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/scroll/ScrollAnimator.h ('k') | Source/platform/scroll/ScrollAnimatorNone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698