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

Unified Diff: Source/platform/transforms/MatrixTransformOperation.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/MatrixTransformOperation.cpp
diff --git a/Source/platform/transforms/MatrixTransformOperation.cpp b/Source/platform/transforms/MatrixTransformOperation.cpp
index d594e09e280972cf8ec3680323b2643789b68371..c5e013bb9eee7b8df7a398d5d4a2005e735e02af 100644
--- a/Source/platform/transforms/MatrixTransformOperation.cpp
+++ b/Source/platform/transforms/MatrixTransformOperation.cpp
@@ -26,7 +26,7 @@
using namespace std;
-namespace WebCore {
+namespace blink {
PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity)
{
@@ -49,4 +49,4 @@ PassRefPtr<TransformOperation> MatrixTransformOperation::blend(const TransformOp
return MatrixTransformOperation::create(toT.a(), toT.b(), toT.c(), toT.d(), toT.e(), toT.f());
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/transforms/MatrixTransformOperation.h ('k') | Source/platform/transforms/PerspectiveTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698