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

Unified Diff: public/platform/WebFloatAnimationCurve.h

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 | « public/platform/WebFlingAnimator.h ('k') | public/platform/WebFloatKeyframe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFloatAnimationCurve.h
diff --git a/public/platform/WebFloatAnimationCurve.h b/public/platform/WebFloatAnimationCurve.h
index 49f2fbedd17220b8faa52c52544ad0ee32bdf5d5..69cd601d081cd316129f5e410f3f75551e24d0af 100644
--- a/public/platform/WebFloatAnimationCurve.h
+++ b/public/platform/WebFloatAnimationCurve.h
@@ -30,7 +30,7 @@
#include "WebCommon.h"
#include "WebFloatKeyframe.h"
-namespace WebKit {
+namespace blink {
// A keyframed float animation curve.
class WebFloatAnimationCurve : public WebAnimationCurve {
@@ -47,6 +47,6 @@ public:
virtual float getValue(double time) const = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebFloatAnimationCurve_h
« no previous file with comments | « public/platform/WebFlingAnimator.h ('k') | public/platform/WebFloatKeyframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698