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

Unified Diff: public/platform/WebTransformOperations.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « public/platform/WebTransformKeyframe.h ('k') | public/platform/WebURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebTransformOperations.h
diff --git a/public/platform/WebTransformOperations.h b/public/platform/WebTransformOperations.h
index d9a5ebb03260298988d415618b04b89034bce423..a433f669fc31b0e9571eef4798c9500d054e4270 100644
--- a/public/platform/WebTransformOperations.h
+++ b/public/platform/WebTransformOperations.h
@@ -29,7 +29,7 @@ class SkMatrix44;
#define WEB_TRANSFORM_OPERATIONS_IS_VIRTUAL 1
-namespace WebKit {
+namespace blink {
class WebTransformOperations {
public:
@@ -51,7 +51,7 @@ public:
virtual bool isIdentity() const = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif // WebTransformOperations_h
« no previous file with comments | « public/platform/WebTransformKeyframe.h ('k') | public/platform/WebURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698