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

Unified Diff: Source/platform/animation/AnimationUtilities.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/Widget.cpp ('k') | Source/platform/animation/AnimationValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/animation/AnimationUtilities.h
diff --git a/Source/platform/animation/AnimationUtilities.h b/Source/platform/animation/AnimationUtilities.h
index 81a8a73f5a2dc03230b85e1ec0d82928e11c9220..4d6b77e73d507dc72d3f94dbbc2d18b795981e8e 100644
--- a/Source/platform/animation/AnimationUtilities.h
+++ b/Source/platform/animation/AnimationUtilities.h
@@ -33,7 +33,7 @@
#include "wtf/MathExtras.h"
#include "wtf/TypeTraits.h"
-namespace WebCore {
+namespace blink {
inline int blend(int from, int to, double progress)
{
@@ -79,6 +79,6 @@ inline double accuracyForDuration(double duration)
return 1.0 / (200.0 * duration);
}
-} // namespace WebCore
+} // namespace blink
#endif // AnimationUtilities_h
« no previous file with comments | « Source/platform/Widget.cpp ('k') | Source/platform/animation/AnimationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698