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

Unified Diff: Source/platform/transforms/MatrixTransformOperation.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/MatrixTransformOperation.h
diff --git a/Source/platform/transforms/MatrixTransformOperation.h b/Source/platform/transforms/MatrixTransformOperation.h
index 8e48b31fe8016009256bc8c4eab73408f0a93cf5..327facca8125b3092169d74254e27676ef00f5fe 100644
--- a/Source/platform/transforms/MatrixTransformOperation.h
+++ b/Source/platform/transforms/MatrixTransformOperation.h
@@ -28,7 +28,7 @@
#include "platform/transforms/TransformOperation.h"
#include "platform/transforms/TransformationMatrix.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT MatrixTransformOperation : public TransformOperation {
public:
@@ -99,6 +99,6 @@ private:
double m_f;
};
-} // namespace WebCore
+} // namespace blink
#endif // MatrixTransformOperation_h
« no previous file with comments | « Source/platform/transforms/Matrix3DTransformOperation.cpp ('k') | Source/platform/transforms/MatrixTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698