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

Unified Diff: public/platform/WebTransformAnimationCurve.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/WebTimeRange.h ('k') | public/platform/WebTransformKeyframe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebTransformAnimationCurve.h
diff --git a/public/platform/WebTransformAnimationCurve.h b/public/platform/WebTransformAnimationCurve.h
index 29fb27a6d7b46714bb2ca62ae421b05a6b5c4603..53f945143cfa81cec9eb4a95cd9769cd59aaa70c 100644
--- a/public/platform/WebTransformAnimationCurve.h
+++ b/public/platform/WebTransformAnimationCurve.h
@@ -30,7 +30,7 @@
#include "WebCommon.h"
#include "WebTransformKeyframe.h"
-namespace WebKit {
+namespace blink {
// A keyframed transform animation curve.
class WebTransformAnimationCurve : public WebAnimationCurve {
@@ -45,6 +45,6 @@ public:
virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebTransformAnimationCurve_h
« no previous file with comments | « public/platform/WebTimeRange.h ('k') | public/platform/WebTransformKeyframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698