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

Unified Diff: Source/platform/transforms/Matrix3DTransformOperation.cpp

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/Matrix3DTransformOperation.cpp
diff --git a/Source/platform/transforms/Matrix3DTransformOperation.cpp b/Source/platform/transforms/Matrix3DTransformOperation.cpp
index d2a384c7e35e431894d3983d8b1730950f258212..9a3482eee03c0be944fc254ee9e2cde389e799da 100644
--- a/Source/platform/transforms/Matrix3DTransformOperation.cpp
+++ b/Source/platform/transforms/Matrix3DTransformOperation.cpp
@@ -30,7 +30,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
{
@@ -53,4 +53,4 @@ PassRefPtr<TransformOperation> Matrix3DTransformOperation::blend(const Transform
return Matrix3DTransformOperation::create(toT);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/transforms/Matrix3DTransformOperation.h ('k') | Source/platform/transforms/MatrixTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698