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

Unified Diff: public/platform/WebFilterAnimationCurve.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/WebFileWriterClient.h ('k') | public/platform/WebFilterKeyframe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFilterAnimationCurve.h
diff --git a/public/platform/WebFilterAnimationCurve.h b/public/platform/WebFilterAnimationCurve.h
index 17a866518eff82fe558f76b9e3f2d55e8c7885cf..064a769318cbe73f0fe5d5c3dc61f51462e49cc3 100644
--- a/public/platform/WebFilterAnimationCurve.h
+++ b/public/platform/WebFilterAnimationCurve.h
@@ -36,7 +36,7 @@
#include "WebCommon.h"
#include "WebFilterKeyframe.h"
-namespace WebKit {
+namespace blink {
// A keyframed filter animation curve.
class WebFilterAnimationCurve : public WebAnimationCurve {
@@ -49,6 +49,6 @@ public:
virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebFilterAnimationCurve_h
« no previous file with comments | « public/platform/WebFileWriterClient.h ('k') | public/platform/WebFilterKeyframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698