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

Unified Diff: Source/platform/transforms/TranslateTransformOperation.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/TranslateTransformOperation.h
diff --git a/Source/platform/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h
index 3d7ff894630f60ab2a5f891527327ec08336c810..1d3263810fa26918c293cb56a2f31cf77ca58e92 100644
--- a/Source/platform/transforms/TranslateTransformOperation.h
+++ b/Source/platform/transforms/TranslateTransformOperation.h
@@ -29,7 +29,7 @@
#include "platform/LengthFunctions.h"
#include "platform/transforms/TransformOperation.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT TranslateTransformOperation : public TransformOperation {
public:
@@ -92,6 +92,6 @@ private:
OperationType m_type;
};
-} // namespace WebCore
+} // namespace blink
#endif // TranslateTransformOperation_h
« no previous file with comments | « Source/platform/transforms/TransformationMatrixTest.cpp ('k') | Source/platform/transforms/TranslateTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698