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

Unified Diff: Source/platform/transforms/InterpolatedTransformOperation.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/InterpolatedTransformOperation.cpp
diff --git a/Source/platform/transforms/InterpolatedTransformOperation.cpp b/Source/platform/transforms/InterpolatedTransformOperation.cpp
index de3b76b17bbb03fb170f8a6b9076facbf77aaf2a..4d1fac0d152094599493907fe0a9798cbcfb5916 100644
--- a/Source/platform/transforms/InterpolatedTransformOperation.cpp
+++ b/Source/platform/transforms/InterpolatedTransformOperation.cpp
@@ -33,7 +33,7 @@
#include "platform/transforms/IdentityTransformOperation.h"
-namespace WebCore {
+namespace blink {
bool InterpolatedTransformOperation::operator==(const TransformOperation& o) const
{
@@ -69,5 +69,5 @@ PassRefPtr<TransformOperation> InterpolatedTransformOperation::blend(const Trans
return InterpolatedTransformOperation::create(thisOperations, fromOperations, progress);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/transforms/InterpolatedTransformOperation.h ('k') | Source/platform/transforms/Matrix3DTransformOperation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698