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

Unified Diff: Source/platform/transforms/InterpolatedTransformOperation.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
Index: Source/platform/transforms/InterpolatedTransformOperation.h
diff --git a/Source/platform/transforms/InterpolatedTransformOperation.h b/Source/platform/transforms/InterpolatedTransformOperation.h
index 6b51d759b1fbb092fc53e2d73c1fc23c7885e950..be06a3aefe59330cb458a1cc51e7ba9469932887 100644
--- a/Source/platform/transforms/InterpolatedTransformOperation.h
+++ b/Source/platform/transforms/InterpolatedTransformOperation.h
@@ -34,7 +34,7 @@
#include "platform/transforms/TransformOperation.h"
#include "platform/transforms/TransformOperations.h"
-namespace WebCore {
+namespace blink {
// This class is an implementation detail for deferred interpolations.
class PLATFORM_EXPORT InterpolatedTransformOperation : public TransformOperation {
@@ -75,7 +75,7 @@ private:
double progress;
};
-} // namespace WebCore
+} // namespace blink
#endif // InterpolatedTransformOperation_h
« no previous file with comments | « Source/platform/transforms/IdentityTransformOperation.h ('k') | Source/platform/transforms/InterpolatedTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698