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

Unified Diff: Source/platform/transforms/PerspectiveTransformOperation.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/PerspectiveTransformOperation.h
diff --git a/Source/platform/transforms/PerspectiveTransformOperation.h b/Source/platform/transforms/PerspectiveTransformOperation.h
index 59ab8ee487e49fecdfd923ac6fc5a24f469fdbf6..9075980ceb380dd06dc55e5df624864f83fc8226 100644
--- a/Source/platform/transforms/PerspectiveTransformOperation.h
+++ b/Source/platform/transforms/PerspectiveTransformOperation.h
@@ -28,7 +28,7 @@
#include "platform/transforms/TransformOperation.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT PerspectiveTransformOperation : public TransformOperation {
public:
@@ -71,6 +71,6 @@ private:
double m_p;
};
-} // namespace WebCore
+} // namespace blink
#endif // PerspectiveTransformOperation_h
« no previous file with comments | « Source/platform/transforms/MatrixTransformOperation.cpp ('k') | Source/platform/transforms/PerspectiveTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698