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

Unified Diff: Source/platform/exported/WebActiveGestureAnimation.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/exported/WebActiveGestureAnimation.h ('k') | Source/platform/exported/WebAudioBus.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebActiveGestureAnimation.cpp
diff --git a/Source/platform/exported/WebActiveGestureAnimation.cpp b/Source/platform/exported/WebActiveGestureAnimation.cpp
index 00d60c3af8e4ad1e26f63dfcc798736e624a2d83..f0a5eb6c0661d6573b51a06b468c1297d2d8fdeb 100644
--- a/Source/platform/exported/WebActiveGestureAnimation.cpp
+++ b/Source/platform/exported/WebActiveGestureAnimation.cpp
@@ -29,7 +29,7 @@
#include "public/platform/WebGestureCurve.h"
#include "public/platform/WebGestureCurveTarget.h"
-namespace WebKit {
+namespace blink {
PassOwnPtr<WebActiveGestureAnimation> WebActiveGestureAnimation::createAtAnimationStart(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target)
{
@@ -64,4 +64,4 @@ bool WebActiveGestureAnimation::animate(double time)
return m_curve->apply(time - m_startTime, m_target);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebActiveGestureAnimation.h ('k') | Source/platform/exported/WebAudioBus.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698